Color Forest: Color Code Dictionary

List of color code on website and gradation code

You can see where the color code is actually used in the photo. You can find the relevant color code from the color code point in the photo.

#8b008b darkmagenta

This color is a color that can be used safely on the website, which also has an English name.



Gradation color code


e2bfe2

dcb2dc

d6a5d6

d099d0

ca8cca

c57fc5

bf72bf

b966b9

b359b3

ad4cad

a83fa8

a233a2

9c269c

961996

900c90

840084

7d007d

760076

6f006f

680068

610061

5a005a

530053

4c004c

450045

3e003e

370037

300030

290029

220022


Similar colors

firebrick
b22222
indianred
cd5c5c
rosybrown
bc8f8f

e9967a

f08080
salmon
fa8072

ffa07a
coral
ff7f50
tomato
ff6347
orangered
ff4500
red
ff0000
crimson
dc143c

c71585
deeppink
ff1493
hotpink
ff69b4

db7093
orange
ffa500
lightpink
ffb6c1
thistle
d8bfd8
magenta
ff00ff
fuchsia
ff00ff
violet
ee82ee
plum
dda0dd
orchid
da70d6

ba55d3


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.darkmagenta{
	color : #8b008b;
}
				

Or

.darkmagenta {
color : darkmagenta;
}
				


CSS usage example

<span class="darkmagenta">
This color is darkmagenta.
</span>
				


Write directly in style on HTML

	<span style="color:darkmagenta">
	This color isdarkmagenta.
	</span>
				


Applying CSS
This color isdarkmagenta.



RGB (three primary color) values

R : 139
G : 0
B : 139



Back to top

Color Floresta.