Shades of Cerise #DE406C
Tints of Cerise #DE406C
RGB
CMYK
RGB Variations
Color information
#DE406C (or 0xDE406C) is known color: Cerise. HEX triplet: DE, 40 and 6C. RGB value is (222,64,108). Sum of RGB (Red+Green+Blue) = 222+64+108=394 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.35% from 394); Green value is 64 (25.39% from 255 or 16.24% from 394); Blue value is 108 (42.58% from 255 or 27.41% from 394); Max value from RGB is 222 - color contains mainly: red. Hex color #DE406C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE406C is #21BF93. Grayscale: #747474. Windows color (decimal): -2211732 or 7094494. OLE color: 7094494.
HSL color Cylindrical-coordinate representation of color #DE406C: hue angle of 343.29º 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 #DE406C is Cyan = 0, Magento = 0.71, Yellow = 0.51 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 64 | 108 | - |
| CMYK | 0 | 0.71 | 0.51 | 0.13 |
| HSL | 343.29º | 0.71% | 0.56% | - |
| HSV(B) | 343.29º | 0.71% | 0.87% | - |
| XYZ | 34.66 | 20.28 | 16.27 | - |
| YUV | 116.26 | 123.35 | 203.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 64 | 108 | 0 | 0.71 | 0.51 | 0.13 | 343.29 | 0.71 | 0.56 |
| Hex | DE | 40 | 6C | 0 | 47 | 33 | D | 157 | 47 | 38 |
| Octal | 336 | 100 | 154 | 0 | 107 | 63 | 15 | 527 | 107 | 70 |
| Binary | 11011110 | 1000000 | 1101100 | 0 | 1000111 | 110011 | 1101 | 101010111 | 1000111 | 111000 |
Color Harmonies of #DE406C
Complementary color
Monochromatic Colors of #DE406C
Black with #DE406C
Text Example
Text Example
White with #DE406C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE406C; }
p { color: rgb(222,64,108); }
H1.HeaderClassName
{
color: #DE406C;
}
.AnyTagClassName
{
color: #DE406C;
}
</style>
background-color css
<style>
a { background-color: #DE406C; }
a { background-color: rgb(222,64,108); }
div.DivClassName
{
background-color: #DE406C;
}
.BgClassName
{
background-color: #DE406C;
}
</style>
border-color css
<style>
span { border-color: #DE406C; }
span { border-color: rgb(222,64,108); }
td.TdClassName
{
border-color: #DE406C;
}
.TagClassName
{
border-color: #DE406C;
}
</style>