Shades of Deep Cerise #DE429F
Tints of Deep Cerise #DE429F
RGB
CMYK
RGB Variations
Color information
#DE429F (or 0xDE429F) is known color: Deep Cerise. HEX triplet: DE, 42 and 9F. RGB value is (222,66,159). Sum of RGB (Red+Green+Blue) = 222+66+159=447 (59% of max value = 765). Red value is 222 (87.11% from 255 or 49.66% from 447); Green value is 66 (26.17% from 255 or 14.77% from 447); Blue value is 159 (62.5% from 255 or 35.57% from 447); Max value from RGB is 222 - color contains mainly: red. Hex color #DE429F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE429F is #21BD60. Grayscale: #7B7B7B. Windows color (decimal): -2211169 or 10437342. OLE color: 10437342.
HSL color Cylindrical-coordinate representation of color #DE429F: hue angle of 324.23º degrees, saturation: 0.7, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DE429F is Cyan = 0, Magento = 0.70, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 159 | - |
| CMYK | 0 | 0.70 | 0.28 | 0.13 |
| HSL | 324.23º | 0.7% | 0.56% | - |
| HSV(B) | 324.23º | 0.7% | 0.87% | - |
| XYZ | 38.33 | 21.93 | 35.01 | - |
| YUV | 123.25 | 148.18 | 198.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 159 | 0 | 0.70 | 0.28 | 0.13 | 324.23 | 0.7 | 0.56 |
| Hex | DE | 42 | 9F | 0 | 46 | 1C | D | 144 | 46 | 38 |
| Octal | 336 | 102 | 237 | 0 | 106 | 34 | 15 | 504 | 106 | 70 |
| Binary | 11011110 | 1000010 | 10011111 | 0 | 1000110 | 11100 | 1101 | 101000100 | 1000110 | 111000 |
Color Harmonies of #DE429F
Complementary color
Monochromatic Colors of #DE429F
Black with #DE429F
Text Example
Text Example
White with #DE429F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE429F; }
p { color: rgb(222,66,159); }
H1.HeaderClassName
{
color: #DE429F;
}
.AnyTagClassName
{
color: #DE429F;
}
</style>
background-color css
<style>
a { background-color: #DE429F; }
a { background-color: rgb(222,66,159); }
div.DivClassName
{
background-color: #DE429F;
}
.BgClassName
{
background-color: #DE429F;
}
</style>
border-color css
<style>
span { border-color: #DE429F; }
span { border-color: rgb(222,66,159); }
td.TdClassName
{
border-color: #DE429F;
}
.TagClassName
{
border-color: #DE429F;
}
</style>