Shades of Deep Cerise #DE207C
Tints of Deep Cerise #DE207C
RGB
CMYK
RGB Variations
Color information
#DE207C (or 0xDE207C) is known color: Deep Cerise. HEX triplet: DE, 20 and 7C. RGB value is (222,32,124). Sum of RGB (Red+Green+Blue) = 222+32+124=378 (50% of max value = 765). Red value is 222 (87.11% from 255 or 58.73% from 378); Green value is 32 (12.89% from 255 or 8.47% from 378); Blue value is 124 (48.83% from 255 or 32.80% from 378); Max value from RGB is 222 - color contains mainly: red. Hex color #DE207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DE207C is #21DF83. Grayscale: #636363. Windows color (decimal): -2219908 or 8134878. OLE color: 8134878.
HSL color Cylindrical-coordinate representation of color #DE207C: hue angle of 330.95º 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 #DE207C is Cyan = 0, Magento = 0.86, Yellow = 0.44 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 32 | 124 | - |
| CMYK | 0 | 0.86 | 0.44 | 0.13 |
| HSL | 330.95º | 0.75% | 0.5% | - |
| HSV(B) | 330.95º | 0.86% | 0.87% | - |
| XYZ | 34.28 | 18.02 | 20.74 | - |
| YUV | 99.3 | 141.95 | 215.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 32 | 124 | 0 | 0.86 | 0.44 | 0.13 | 330.95 | 0.75 | 0.5 |
| Hex | DE | 20 | 7C | 0 | 56 | 2C | D | 14B | 4B | 32 |
| Octal | 336 | 40 | 174 | 0 | 126 | 54 | 15 | 513 | 113 | 62 |
| Binary | 11011110 | 100000 | 1111100 | 0 | 1010110 | 101100 | 1101 | 101001011 | 1001011 | 110010 |
Color Harmonies of #DE207C
Complementary color
Monochromatic Colors of #DE207C
Black with #DE207C
Text Example
Text Example
White with #DE207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE207C; }
p { color: rgb(222,32,124); }
H1.HeaderClassName
{
color: #DE207C;
}
.AnyTagClassName
{
color: #DE207C;
}
</style>
background-color css
<style>
a { background-color: #DE207C; }
a { background-color: rgb(222,32,124); }
div.DivClassName
{
background-color: #DE207C;
}
.BgClassName
{
background-color: #DE207C;
}
</style>
border-color css
<style>
span { border-color: #DE207C; }
span { border-color: rgb(222,32,124); }
td.TdClassName
{
border-color: #DE207C;
}
.TagClassName
{
border-color: #DE207C;
}
</style>