#DE406E

Color #DE406E Cerise (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cerise #DE406E

Tints of Cerise #DE406E

Color information

#DE406E (or 0xDE406E) is unknown color: approx Cerise. HEX triplet: DE, 40 and 6E. RGB value is (222,64,110). Sum of RGB (Red+Green+Blue) = 222+64+110=396 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.06% from 396); Green value is 64 (25.39% from 255 or 16.16% from 396); Blue value is 110 (43.36% from 255 or 27.78% from 396); Max value from RGB is 222 - color contains mainly: red. Hex color #DE406E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE406E is #21BF91. Grayscale: #747474. Windows color (decimal): -2211730 or 7225566. OLE color: 7225566.

HSL color Cylindrical-coordinate representation of color #DE406E: hue angle of 342.53º degrees, saturation: 0.71, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DE406E is Cyan = 0, Magento = 0.71, Yellow = 0.50 and Black (K on CMYK) = 0.13.

Color convert

RGB22264110-
CMYK00.710.500.13
HSL342.53º70.54%56.08%-
HSV(B)342.53º71.17%87.06%-
XYZ34.7720.3216.84-
YUV116.49124.35203.26-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 56.06%
GREEN value IS 64 (25.39% from 255) = 16.16%
BLUE value IS 110 (43.36% from 255) = 27.78%
R=56.06%
G=16.16%
B=27.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.71
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2226411000.710.500.13342.5370.5456.08
HexDE406E04732D1574738
Octal3361001560107621552710770
Binary11011110100000011011100100011111001011011010101111000111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE406E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE406E; }

 p { color: rgb(222,64,110); }

 H1.HeaderClassName
 {
   color: #DE406E;
 }
 .AnyTagClassName
 {
   color: #DE406E;
 }
</style>
background-color css

<style>
 a { background-color: #DE406E; }

 a { background-color: rgb(222,64,110); }

 div.DivClassName
 {
   background-color: #DE406E;
 }
 .BgClassName
 {
   background-color: #DE406E;
 }
</style>
border-color css

<style>
 span { border-color: #DE406E; }

 span { border-color: rgb(222,64,110); }

 td.TdClassName
 {
   border-color: #DE406E;
 }
 .TagClassName
 {
   border-color: #DE406E;
 }
</style>