Shades of Deep Cerise #D22B9F
Tints of Deep Cerise #D22B9F
RGB
CMYK
RGB Variations
Color information
#D22B9F (or 0xD22B9F) is known color: Deep Cerise. HEX triplet: D2, 2B and 9F. RGB value is (210,43,159). Sum of RGB (Red+Green+Blue) = 210+43+159=412 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.97% from 412); Green value is 43 (17.19% from 255 or 10.44% from 412); Blue value is 159 (62.5% from 255 or 38.59% from 412); Max value from RGB is 210 - color contains mainly: red. Hex color #D22B9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22B9F is #2DD460. Grayscale: #696969. Windows color (decimal): -3003489 or 10431442. OLE color: 10431442.
HSL color Cylindrical-coordinate representation of color #D22B9F: hue angle of 318.32º 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 #D22B9F is Cyan = 0, Magento = 0.80, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 43 | 159 | - |
| CMYK | 0 | 0.80 | 0.24 | 0.18 |
| HSL | 318.32º | 0.66% | 0.5% | - |
| HSV(B) | 318.32º | 0.8% | 0.82% | - |
| XYZ | 33.7 | 17.93 | 34.49 | - |
| YUV | 106.16 | 157.83 | 202.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 43 | 159 | 0 | 0.80 | 0.24 | 0.18 | 318.32 | 0.66 | 0.5 |
| Hex | D2 | 2B | 9F | 0 | 50 | 18 | 12 | 13E | 42 | 32 |
| Octal | 322 | 53 | 237 | 0 | 120 | 30 | 22 | 476 | 102 | 62 |
| Binary | 11010010 | 101011 | 10011111 | 0 | 1010000 | 11000 | 10010 | 100111110 | 1000010 | 110010 |
Color Harmonies of #D22B9F
Complementary color
Monochromatic Colors of #D22B9F
Black with #D22B9F
Text Example
Text Example
White with #D22B9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22B9F; }
p { color: rgb(210,43,159); }
H1.HeaderClassName
{
color: #D22B9F;
}
.AnyTagClassName
{
color: #D22B9F;
}
</style>
background-color css
<style>
a { background-color: #D22B9F; }
a { background-color: rgb(210,43,159); }
div.DivClassName
{
background-color: #D22B9F;
}
.BgClassName
{
background-color: #D22B9F;
}
</style>
border-color css
<style>
span { border-color: #D22B9F; }
span { border-color: rgb(210,43,159); }
td.TdClassName
{
border-color: #D22B9F;
}
.TagClassName
{
border-color: #D22B9F;
}
</style>