Shades of Deep Cerise #D22F9F
Tints of Deep Cerise #D22F9F
RGB
CMYK
RGB Variations
Color information
#D22F9F (or 0xD22F9F) is known color: Deep Cerise. HEX triplet: D2, 2F and 9F. RGB value is (210,47,159). Sum of RGB (Red+Green+Blue) = 210+47+159=416 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.48% from 416); Green value is 47 (18.75% from 255 or 11.30% from 416); Blue value is 159 (62.5% from 255 or 38.22% from 416); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F9F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F9F is #2DD060. Grayscale: #6C6C6C. Windows color (decimal): -3002465 or 10432466. OLE color: 10432466.
HSL color Cylindrical-coordinate representation of color #D22F9F: hue angle of 318.77º degrees, saturation: 0.64, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D22F9F is Cyan = 0, Magento = 0.78, Yellow = 0.24 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 159 | - |
| CMYK | 0 | 0.78 | 0.24 | 0.18 |
| HSL | 318.77º | 0.64% | 0.5% | - |
| HSV(B) | 318.77º | 0.78% | 0.82% | - |
| XYZ | 33.85 | 18.24 | 34.54 | - |
| YUV | 108.51 | 156.5 | 200.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 159 | 0 | 0.78 | 0.24 | 0.18 | 318.77 | 0.64 | 0.5 |
| Hex | D2 | 2F | 9F | 0 | 4E | 18 | 12 | 13F | 40 | 32 |
| Octal | 322 | 57 | 237 | 0 | 116 | 30 | 22 | 477 | 100 | 62 |
| Binary | 11010010 | 101111 | 10011111 | 0 | 1001110 | 11000 | 10010 | 100111111 | 1000000 | 110010 |
Color Harmonies of #D22F9F
Complementary color
Monochromatic Colors of #D22F9F
Black with #D22F9F
Text Example
Text Example
White with #D22F9F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F9F; }
p { color: rgb(210,47,159); }
H1.HeaderClassName
{
color: #D22F9F;
}
.AnyTagClassName
{
color: #D22F9F;
}
</style>
background-color css
<style>
a { background-color: #D22F9F; }
a { background-color: rgb(210,47,159); }
div.DivClassName
{
background-color: #D22F9F;
}
.BgClassName
{
background-color: #D22F9F;
}
</style>
border-color css
<style>
span { border-color: #D22F9F; }
span { border-color: rgb(210,47,159); }
td.TdClassName
{
border-color: #D22F9F;
}
.TagClassName
{
border-color: #D22F9F;
}
</style>