Shades of Deep Cerise #D22EA0
Tints of Deep Cerise #D22EA0
RGB
CMYK
RGB Variations
Color information
#D22EA0 (or 0xD22EA0) is known color: Deep Cerise. HEX triplet: D2, 2E and A0. RGB value is (210,46,160). Sum of RGB (Red+Green+Blue) = 210+46+160=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 46 (18.36% from 255 or 11.06% from 416); Blue value is 160 (62.89% from 255 or 38.46% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D22EA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22EA0 is #2DD15F. Grayscale: #6B6B6B. Windows color (decimal): -3002720 or 10497746. OLE color: 10497746.
HSL color Cylindrical-coordinate representation of color #D22EA0: hue angle of 318.29º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22EA0 is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 46 | 160 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.18 |
| HSL | 318.29º | 0.65% | 0.5% | - |
| HSV(B) | 318.29º | 0.78% | 0.82% | - |
| XYZ | 33.9 | 18.19 | 34.98 | - |
| YUV | 108.03 | 157.33 | 200.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 46 | 160 | 0 | 0.78 | 0.24 | 0.18 | 318.29 | 0.65 | 0.5 |
| Hex | D2 | 2E | A0 | 0 | 4E | 18 | 12 | 13E | 41 | 32 |
| Octal | 322 | 56 | 240 | 0 | 116 | 30 | 22 | 476 | 101 | 62 |
| Binary | 11010010 | 101110 | 10100000 | 0 | 1001110 | 11000 | 10010 | 100111110 | 1000001 | 110010 |
Color Harmonies of #D22EA0
Complementary color
Monochromatic Colors of #D22EA0
Black with #D22EA0
Text Example
Text Example
White with #D22EA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22EA0; }
p { color: rgb(210,46,160); }
H1.HeaderClassName
{
color: #D22EA0;
}
.AnyTagClassName
{
color: #D22EA0;
}
</style>
background-color css
<style>
a { background-color: #D22EA0; }
a { background-color: rgb(210,46,160); }
div.DivClassName
{
background-color: #D22EA0;
}
.BgClassName
{
background-color: #D22EA0;
}
</style>
border-color css
<style>
span { border-color: #D22EA0; }
span { border-color: rgb(210,46,160); }
td.TdClassName
{
border-color: #D22EA0;
}
.TagClassName
{
border-color: #D22EA0;
}
</style>