Shades of Deep Cerise #D22F9C
Tints of Deep Cerise #D22F9C
RGB
CMYK
RGB Variations
Color information
#D22F9C (or 0xD22F9C) is known color: Deep Cerise. HEX triplet: D2, 2F and 9C. RGB value is (210,47,156). Sum of RGB (Red+Green+Blue) = 210+47+156=413 (54% of max value = 765). Red value is 210 (82.42% from 255 or 50.85% from 413); Green value is 47 (18.75% from 255 or 11.38% from 413); Blue value is 156 (61.33% from 255 or 37.77% from 413); Max value from RGB is 210 - color contains mainly: red. Hex color #D22F9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22F9C is #2DD063. Grayscale: #6B6B6B. Windows color (decimal): -3002468 or 10235858. OLE color: 10235858.
HSL color Cylindrical-coordinate representation of color #D22F9C: hue angle of 319.88º 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 #D22F9C is Cyan = 0, Magento = 0.78, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 47 | 156 | - |
| CMYK | 0 | 0.78 | 0.26 | 0.18 |
| HSL | 319.88º | 0.64% | 0.5% | - |
| HSV(B) | 319.88º | 0.78% | 0.82% | - |
| XYZ | 33.6 | 18.13 | 33.18 | - |
| YUV | 108.16 | 155 | 200.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 47 | 156 | 0 | 0.78 | 0.26 | 0.18 | 319.88 | 0.64 | 0.5 |
| Hex | D2 | 2F | 9C | 0 | 4E | 1A | 12 | 140 | 40 | 32 |
| Octal | 322 | 57 | 234 | 0 | 116 | 32 | 22 | 500 | 100 | 62 |
| Binary | 11010010 | 101111 | 10011100 | 0 | 1001110 | 11010 | 10010 | 101000000 | 1000000 | 110010 |
Color Harmonies of #D22F9C
Complementary color
Monochromatic Colors of #D22F9C
Black with #D22F9C
Text Example
Text Example
White with #D22F9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22F9C; }
p { color: rgb(210,47,156); }
H1.HeaderClassName
{
color: #D22F9C;
}
.AnyTagClassName
{
color: #D22F9C;
}
</style>
background-color css
<style>
a { background-color: #D22F9C; }
a { background-color: rgb(210,47,156); }
div.DivClassName
{
background-color: #D22F9C;
}
.BgClassName
{
background-color: #D22F9C;
}
</style>
border-color css
<style>
span { border-color: #D22F9C; }
span { border-color: rgb(210,47,156); }
td.TdClassName
{
border-color: #D22F9C;
}
.TagClassName
{
border-color: #D22F9C;
}
</style>