Shades of Deep Cerise #D2227C
Tints of Deep Cerise #D2227C
RGB
CMYK
RGB Variations
Color information
#D2227C (or 0xD2227C) is known color: Deep Cerise. HEX triplet: D2, 22 and 7C. RGB value is (210,34,124). Sum of RGB (Red+Green+Blue) = 210+34+124=368 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.07% from 368); Green value is 34 (13.67% from 255 or 9.24% from 368); Blue value is 124 (48.83% from 255 or 33.70% from 368); Max value from RGB is 210 - color contains mainly: red. Hex color #D2227C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2227C is #2DDD83. Grayscale: #606060. Windows color (decimal): -3005828 or 8135378. OLE color: 8135378.
HSL color Cylindrical-coordinate representation of color #D2227C: hue angle of 329.32º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D2227C is Cyan = 0, Magento = 0.84, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 34 | 124 | - |
| CMYK | 0 | 0.84 | 0.41 | 0.18 |
| HSL | 329.32º | 0.72% | 0.48% | - |
| HSV(B) | 329.32º | 0.84% | 0.82% | - |
| XYZ | 30.79 | 16.3 | 20.59 | - |
| YUV | 96.88 | 143.31 | 208.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 34 | 124 | 0 | 0.84 | 0.41 | 0.18 | 329.32 | 0.72 | 0.48 |
| Hex | D2 | 22 | 7C | 0 | 54 | 29 | 12 | 149 | 48 | 30 |
| Octal | 322 | 42 | 174 | 0 | 124 | 51 | 22 | 511 | 110 | 60 |
| Binary | 11010010 | 100010 | 1111100 | 0 | 1010100 | 101001 | 10010 | 101001001 | 1001000 | 110000 |
Color Harmonies of #D2227C
Complementary color
Monochromatic Colors of #D2227C
Black with #D2227C
Text Example
Text Example
White with #D2227C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2227C; }
p { color: rgb(210,34,124); }
H1.HeaderClassName
{
color: #D2227C;
}
.AnyTagClassName
{
color: #D2227C;
}
</style>
background-color css
<style>
a { background-color: #D2227C; }
a { background-color: rgb(210,34,124); }
div.DivClassName
{
background-color: #D2227C;
}
.BgClassName
{
background-color: #D2227C;
}
</style>
border-color css
<style>
span { border-color: #D2227C; }
span { border-color: rgb(210,34,124); }
td.TdClassName
{
border-color: #D2227C;
}
.TagClassName
{
border-color: #D2227C;
}
</style>