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.

#ff1493 deeppink

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



Gradation color code


ffc4e4

ffb8de

ffacd9

ffa1d3

ff95ce

ff89c9

ff7dc3

ff72be

ff66b8

ff5ab3

ff4eae

ff43a8

ff37a3

ff2b9d

ff1f98

f2138b

e51284

d8117c

cc1075

bf0f6e

b20e66

a50d5f

990c58

8c0b50

7f0a49

720942

66083a

590733

4c062c

3f0524


Similar colors

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

9932cc

9400d3

8b008b
purple
800080
indigo
4b0082

483d8b

8a2be2

9370db

6a5acd

7b68ee


Take a look at photos that use this color code





List of acquiring color codes from photos with one click



CSS creation

				.deeppink{
	color : #ff1493;
}
				

Or

.deeppink {
color : deeppink;
}
				


CSS usage example

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


Write directly in style on HTML

	<span style="color:deeppink">
	This color isdeeppink.
	</span>
				


Applying CSS
This color isdeeppink.



RGB (three primary color) values

R : 255
G : 20
B : 147



Back to top

Color Floresta.