Shades of Deep Cerise #DE238E
Tints of Deep Cerise #DE238E
RGB
CMYK
RGB Variations
Color information
#DE238E (or 0xDE238E) is known color: Deep Cerise. HEX triplet: DE, 23 and 8E. RGB value is (222,35,142). Sum of RGB (Red+Green+Blue) = 222+35+142=399 (52% of max value = 765). Red value is 222 (87.11% from 255 or 55.64% from 399); Green value is 35 (14.06% from 255 or 8.77% from 399); Blue value is 142 (55.86% from 255 or 35.59% from 399); Max value from RGB is 222 - color contains mainly: red. Hex color #DE238E is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DE238E is #21DC71. Grayscale: #666666. Windows color (decimal): -2219122 or 9315294. OLE color: 9315294.
HSL color Cylindrical-coordinate representation of color #DE238E: hue angle of 325.67º degrees, saturation: 0.74, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DE238E is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 35 | 142 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.13 |
| HSL | 325.67º | 0.74% | 0.5% | - |
| HSV(B) | 325.67º | 0.84% | 0.87% | - |
| XYZ | 35.61 | 18.68 | 27.32 | - |
| YUV | 103.11 | 149.95 | 212.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 35 | 142 | 0 | 0.84 | 0.36 | 0.13 | 325.67 | 0.74 | 0.5 |
| Hex | DE | 23 | 8E | 0 | 54 | 24 | D | 146 | 4A | 32 |
| Octal | 336 | 43 | 216 | 0 | 124 | 44 | 15 | 506 | 112 | 62 |
| Binary | 11011110 | 100011 | 10001110 | 0 | 1010100 | 100100 | 1101 | 101000110 | 1001010 | 110010 |
Color Harmonies of #DE238E
Complementary color
Monochromatic Colors of #DE238E
Black with #DE238E
Text Example
Text Example
White with #DE238E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE238E; }
p { color: rgb(222,35,142); }
H1.HeaderClassName
{
color: #DE238E;
}
.AnyTagClassName
{
color: #DE238E;
}
</style>
background-color css
<style>
a { background-color: #DE238E; }
a { background-color: rgb(222,35,142); }
div.DivClassName
{
background-color: #DE238E;
}
.BgClassName
{
background-color: #DE238E;
}
</style>
border-color css
<style>
span { border-color: #DE238E; }
span { border-color: rgb(222,35,142); }
td.TdClassName
{
border-color: #DE238E;
}
.TagClassName
{
border-color: #DE238E;
}
</style>