Shades of Deep Cerise #DE1F8E
Tints of Deep Cerise #DE1F8E
RGB
CMYK
RGB Variations
Color information
#DE1F8E (or 0xDE1F8E) is known color: Deep Cerise. HEX triplet: DE, 1F and 8E. RGB value is (222,31,142). Sum of RGB (Red+Green+Blue) = 222+31+142=395 (52% of max value = 765). Red value is 222 (87.11% from 255 or 56.20% from 395); Green value is 31 (12.5% from 255 or 7.85% from 395); Blue value is 142 (55.86% from 255 or 35.95% from 395); Max value from RGB is 222 - color contains mainly: red. Hex color #DE1F8E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE1F8E is #21E071. Grayscale: #646464. Windows color (decimal): -2220146 or 9314270. OLE color: 9314270.
HSL color Cylindrical-coordinate representation of color #DE1F8E: hue angle of 325.13º degrees, saturation: 0.75, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #DE1F8E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 31 | 142 | - |
| CMYK | 0 | 0.86 | 0.36 | 0.13 |
| HSL | 325.13º | 0.75% | 0.5% | - |
| HSV(B) | 325.13º | 0.86% | 0.87% | - |
| XYZ | 35.5 | 18.46 | 27.28 | - |
| YUV | 100.76 | 151.28 | 214.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 31 | 142 | 0 | 0.86 | 0.36 | 0.13 | 325.13 | 0.75 | 0.5 |
| Hex | DE | 1F | 8E | 0 | 56 | 24 | D | 145 | 4B | 32 |
| Octal | 336 | 37 | 216 | 0 | 126 | 44 | 15 | 505 | 113 | 62 |
| Binary | 11011110 | 11111 | 10001110 | 0 | 1010110 | 100100 | 1101 | 101000101 | 1001011 | 110010 |
Color Harmonies of #DE1F8E
Complementary color
Monochromatic Colors of #DE1F8E
Black with #DE1F8E
Text Example
Text Example
White with #DE1F8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE1F8E; }
p { color: rgb(222,31,142); }
H1.HeaderClassName
{
color: #DE1F8E;
}
.AnyTagClassName
{
color: #DE1F8E;
}
</style>
background-color css
<style>
a { background-color: #DE1F8E; }
a { background-color: rgb(222,31,142); }
div.DivClassName
{
background-color: #DE1F8E;
}
.BgClassName
{
background-color: #DE1F8E;
}
</style>
border-color css
<style>
span { border-color: #DE1F8E; }
span { border-color: rgb(222,31,142); }
td.TdClassName
{
border-color: #DE1F8E;
}
.TagClassName
{
border-color: #DE1F8E;
}
</style>