Shades of Deep Cerise #D22BA0
Tints of Deep Cerise #D22BA0
RGB
CMYK
RGB Variations
Color information
#D22BA0 (or 0xD22BA0) is known color: Deep Cerise. HEX triplet: D2, 2B and A0. RGB value is (210,43,160). Sum of RGB (Red+Green+Blue) = 210+43+160=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 43 (17.19% from 255 or 10.41% from 413); Blue value is 160 (62.89% from 255 or 38.74% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D22BA0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22BA0 is #2DD45F. Grayscale: #696969. Windows color (decimal): -3003488 or 10496978. OLE color: 10496978.
HSL color Cylindrical-coordinate representation of color #D22BA0: hue angle of 317.96º degrees, saturation: 0.66, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22BA0 is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 160 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.18 |
| HSL | 317.96º | 0.66% | 0.5% | - |
| HSV(B) | 317.96º | 0.8% | 0.82% | - |
| XYZ | 33.79 | 17.97 | 34.94 | - |
| YUV | 106.27 | 158.33 | 201.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 160 | 0 | 0.80 | 0.24 | 0.18 | 317.96 | 0.66 | 0.5 |
| Hex | D2 | 2B | A0 | 0 | 50 | 18 | 12 | 13E | 42 | 32 |
| Octal | 322 | 53 | 240 | 0 | 120 | 30 | 22 | 476 | 102 | 62 |
| Binary | 11010010 | 101011 | 10100000 | 0 | 1010000 | 11000 | 10010 | 100111110 | 1000010 | 110010 |
Color Harmonies of #D22BA0
Complementary color
Monochromatic Colors of #D22BA0
Black with #D22BA0
Text Example
Text Example
White with #D22BA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22BA0; }
p { color: rgb(210,43,160); }
H1.HeaderClassName
{
color: #D22BA0;
}
.AnyTagClassName
{
color: #D22BA0;
}
</style>
background-color css
<style>
a { background-color: #D22BA0; }
a { background-color: rgb(210,43,160); }
div.DivClassName
{
background-color: #D22BA0;
}
.BgClassName
{
background-color: #D22BA0;
}
</style>
border-color css
<style>
span { border-color: #D22BA0; }
span { border-color: rgb(210,43,160); }
td.TdClassName
{
border-color: #D22BA0;
}
.TagClassName
{
border-color: #D22BA0;
}
</style>