Shades of Deep Cerise #D22B9D
Tints of Deep Cerise #D22B9D
RGB
CMYK
RGB Variations
Color information
#D22B9D (or 0xD22B9D) is known color: Deep Cerise. HEX triplet: D2, 2B and 9D. RGB value is (210,43,157). Sum of RGB (Red+Green+Blue) = 210+43+157=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 43 (17.19% from 255 or 10.49% from 410); Blue value is 157 (61.72% from 255 or 38.29% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22B9D is #2DD462. Grayscale: #696969. Windows color (decimal): -3003491 or 10300370. OLE color: 10300370.
HSL color Cylindrical-coordinate representation of color #D22B9D: hue angle of 319.04º 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 #D22B9D is Cyan = 0, Magento = 0.80, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 157 | - |
| CMYK | 0 | 0.80 | 0.25 | 0.18 |
| HSL | 319.04º | 0.66% | 0.5% | - |
| HSV(B) | 319.04º | 0.8% | 0.82% | - |
| XYZ | 33.53 | 17.86 | 33.58 | - |
| YUV | 105.93 | 156.83 | 202.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 157 | 0 | 0.80 | 0.25 | 0.18 | 319.04 | 0.66 | 0.5 |
| Hex | D2 | 2B | 9D | 0 | 50 | 19 | 12 | 13F | 42 | 32 |
| Octal | 322 | 53 | 235 | 0 | 120 | 31 | 22 | 477 | 102 | 62 |
| Binary | 11010010 | 101011 | 10011101 | 0 | 1010000 | 11001 | 10010 | 100111111 | 1000010 | 110010 |
Color Harmonies of #D22B9D
Complementary color
Monochromatic Colors of #D22B9D
Black with #D22B9D
Text Example
Text Example
White with #D22B9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B9D; }
p { color: rgb(210,43,157); }
H1.HeaderClassName
{
color: #D22B9D;
}
.AnyTagClassName
{
color: #D22B9D;
}
</style>
background-color css
<style>
a { background-color: #D22B9D; }
a { background-color: rgb(210,43,157); }
div.DivClassName
{
background-color: #D22B9D;
}
.BgClassName
{
background-color: #D22B9D;
}
</style>
border-color css
<style>
span { border-color: #D22B9D; }
span { border-color: rgb(210,43,157); }
td.TdClassName
{
border-color: #D22B9D;
}
.TagClassName
{
border-color: #D22B9D;
}
</style>