Shades of Deep Cerise #D22B9C
Tints of Deep Cerise #D22B9C
RGB
CMYK
RGB Variations
Color information
#D22B9C (or 0xD22B9C) is known color: Deep Cerise. HEX triplet: D2, 2B and 9C. RGB value is (210,43,156). Sum of RGB (Red+Green+Blue) = 210+43+156=409 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.34% from 409); Green value is 43 (17.19% from 255 or 10.51% from 409); Blue value is 156 (61.33% from 255 or 38.14% from 409); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22B9C is #2DD463. Grayscale: #696969. Windows color (decimal): -3003492 or 10234834. OLE color: 10234834.
HSL color Cylindrical-coordinate representation of color #D22B9C: hue angle of 319.4º 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 #D22B9C is Cyan = 0, Magento = 0.80, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 156 | - |
| CMYK | 0 | 0.80 | 0.26 | 0.18 |
| HSL | 319.4º | 0.66% | 0.5% | - |
| HSV(B) | 319.4º | 0.8% | 0.82% | - |
| XYZ | 33.44 | 17.83 | 33.13 | - |
| YUV | 105.82 | 156.33 | 202.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 156 | 0 | 0.80 | 0.26 | 0.18 | 319.4 | 0.66 | 0.5 |
| Hex | D2 | 2B | 9C | 0 | 50 | 1A | 12 | 13F | 42 | 32 |
| Octal | 322 | 53 | 234 | 0 | 120 | 32 | 22 | 477 | 102 | 62 |
| Binary | 11010010 | 101011 | 10011100 | 0 | 1010000 | 11010 | 10010 | 100111111 | 1000010 | 110010 |
Color Harmonies of #D22B9C
Complementary color
Monochromatic Colors of #D22B9C
Black with #D22B9C
Text Example
Text Example
White with #D22B9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B9C; }
p { color: rgb(210,43,156); }
H1.HeaderClassName
{
color: #D22B9C;
}
.AnyTagClassName
{
color: #D22B9C;
}
</style>
background-color css
<style>
a { background-color: #D22B9C; }
a { background-color: rgb(210,43,156); }
div.DivClassName
{
background-color: #D22B9C;
}
.BgClassName
{
background-color: #D22B9C;
}
</style>
border-color css
<style>
span { border-color: #D22B9C; }
span { border-color: rgb(210,43,156); }
td.TdClassName
{
border-color: #D22B9C;
}
.TagClassName
{
border-color: #D22B9C;
}
</style>