Shades of Deep Cerise #D22C76
Tints of Deep Cerise #D22C76
RGB
CMYK
RGB Variations
Color information
#D22C76 (or 0xD22C76) is known color: Deep Cerise. HEX triplet: D2, 2C and 76. RGB value is (210,44,118). Sum of RGB (Red+Green+Blue) = 210+44+118=372 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.45% from 372); Green value is 44 (17.58% from 255 or 11.83% from 372); Blue value is 118 (46.48% from 255 or 31.72% from 372); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C76 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22C76 is #2DD389. Grayscale: #656565. Windows color (decimal): -3003274 or 7744722. OLE color: 7744722.
HSL color Cylindrical-coordinate representation of color #D22C76: hue angle of 333.25º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C76 is Cyan = 0, Magento = 0.79, Yellow = 0.44 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 118 | - |
| CMYK | 0 | 0.79 | 0.44 | 0.18 |
| HSL | 333.25º | 0.65% | 0.5% | - |
| HSV(B) | 333.25º | 0.79% | 0.82% | - |
| XYZ | 30.75 | 16.81 | 18.76 | - |
| YUV | 102.07 | 137 | 204.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 118 | 0 | 0.79 | 0.44 | 0.18 | 333.25 | 0.65 | 0.5 |
| Hex | D2 | 2C | 76 | 0 | 4F | 2C | 12 | 14D | 41 | 32 |
| Octal | 322 | 54 | 166 | 0 | 117 | 54 | 22 | 515 | 101 | 62 |
| Binary | 11010010 | 101100 | 1110110 | 0 | 1001111 | 101100 | 10010 | 101001101 | 1000001 | 110010 |
Color Harmonies of #D22C76
Complementary color
Monochromatic Colors of #D22C76
Black with #D22C76
Text Example
Text Example
White with #D22C76
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C76; }
p { color: rgb(210,44,118); }
H1.HeaderClassName
{
color: #D22C76;
}
.AnyTagClassName
{
color: #D22C76;
}
</style>
background-color css
<style>
a { background-color: #D22C76; }
a { background-color: rgb(210,44,118); }
div.DivClassName
{
background-color: #D22C76;
}
.BgClassName
{
background-color: #D22C76;
}
</style>
border-color css
<style>
span { border-color: #D22C76; }
span { border-color: rgb(210,44,118); }
td.TdClassName
{
border-color: #D22C76;
}
.TagClassName
{
border-color: #D22C76;
}
</style>