Shades of Deep Cerise #DE42A8
Tints of Deep Cerise #DE42A8
RGB
CMYK
RGB Variations
Color information
#DE42A8 (or 0xDE42A8) is known color: Deep Cerise. HEX triplet: DE, 42 and A8. RGB value is (222,66,168). Sum of RGB (Red+Green+Blue) = 222+66+168=456 (60% of max value = 765). Red value is 222 (87.11% from 255 or 48.68% from 456); Green value is 66 (26.17% from 255 or 14.47% from 456); Blue value is 168 (66.02% from 255 or 36.84% from 456); Max value from RGB is 222 - color contains mainly: red. Hex color #DE42A8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE42A8 is #21BD57. Grayscale: #7C7C7C. Windows color (decimal): -2211160 or 11027166. OLE color: 11027166.
HSL color Cylindrical-coordinate representation of color #DE42A8: hue angle of 320.77º 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 #DE42A8 is Cyan = 0, Magento = 0.70, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 66 | 168 | - |
| CMYK | 0 | 0.70 | 0.24 | 0.13 |
| HSL | 320.77º | 0.7% | 0.56% | - |
| HSV(B) | 320.77º | 0.7% | 0.87% | - |
| XYZ | 39.14 | 22.25 | 39.28 | - |
| YUV | 124.27 | 152.68 | 197.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 66 | 168 | 0 | 0.70 | 0.24 | 0.13 | 320.77 | 0.7 | 0.56 |
| Hex | DE | 42 | A8 | 0 | 46 | 18 | D | 141 | 46 | 38 |
| Octal | 336 | 102 | 250 | 0 | 106 | 30 | 15 | 501 | 106 | 70 |
| Binary | 11011110 | 1000010 | 10101000 | 0 | 1000110 | 11000 | 1101 | 101000001 | 1000110 | 111000 |
Color Harmonies of #DE42A8
Complementary color
Monochromatic Colors of #DE42A8
Black with #DE42A8
Text Example
Text Example
White with #DE42A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE42A8; }
p { color: rgb(222,66,168); }
H1.HeaderClassName
{
color: #DE42A8;
}
.AnyTagClassName
{
color: #DE42A8;
}
</style>
background-color css
<style>
a { background-color: #DE42A8; }
a { background-color: rgb(222,66,168); }
div.DivClassName
{
background-color: #DE42A8;
}
.BgClassName
{
background-color: #DE42A8;
}
</style>
border-color css
<style>
span { border-color: #DE42A8; }
span { border-color: rgb(222,66,168); }
td.TdClassName
{
border-color: #DE42A8;
}
.TagClassName
{
border-color: #DE42A8;
}
</style>