Shades of Deep Cerise #DE418F
Tints of Deep Cerise #DE418F
RGB
CMYK
RGB Variations
Color information
#DE418F (or 0xDE418F) is known color: Deep Cerise. HEX triplet: DE, 41 and 8F. RGB value is (222,65,143). Sum of RGB (Red+Green+Blue) = 222+65+143=430 (56% of max value = 765). Red value is 222 (87.11% from 255 or 51.63% from 430); Green value is 65 (25.78% from 255 or 15.12% from 430); Blue value is 143 (56.25% from 255 or 33.26% from 430); Max value from RGB is 222 - color contains mainly: red. Hex color #DE418F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE418F is #21BE70. Grayscale: #787878. Windows color (decimal): -2211441 or 9388510. OLE color: 9388510.
HSL color Cylindrical-coordinate representation of color #DE418F: hue angle of 330.19º degrees, saturation: 0.7, 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 #DE418F is Cyan = 0, Magento = 0.71, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 65 | 143 | - |
| CMYK | 0 | 0.71 | 0.36 | 0.13 |
| HSL | 330.19º | 0.7% | 0.56% | - |
| HSV(B) | 330.19º | 0.71% | 0.87% | - |
| XYZ | 36.97 | 21.29 | 28.15 | - |
| YUV | 120.84 | 140.51 | 200.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 65 | 143 | 0 | 0.71 | 0.36 | 0.13 | 330.19 | 0.7 | 0.56 |
| Hex | DE | 41 | 8F | 0 | 47 | 24 | D | 14A | 46 | 38 |
| Octal | 336 | 101 | 217 | 0 | 107 | 44 | 15 | 512 | 106 | 70 |
| Binary | 11011110 | 1000001 | 10001111 | 0 | 1000111 | 100100 | 1101 | 101001010 | 1000110 | 111000 |
Color Harmonies of #DE418F
Complementary color
Monochromatic Colors of #DE418F
Black with #DE418F
Text Example
Text Example
White with #DE418F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE418F; }
p { color: rgb(222,65,143); }
H1.HeaderClassName
{
color: #DE418F;
}
.AnyTagClassName
{
color: #DE418F;
}
</style>
background-color css
<style>
a { background-color: #DE418F; }
a { background-color: rgb(222,65,143); }
div.DivClassName
{
background-color: #DE418F;
}
.BgClassName
{
background-color: #DE418F;
}
</style>
border-color css
<style>
span { border-color: #DE418F; }
span { border-color: rgb(222,65,143); }
td.TdClassName
{
border-color: #DE418F;
}
.TagClassName
{
border-color: #DE418F;
}
</style>