Shades of Deep Cerise #D22C9C
Tints of Deep Cerise #D22C9C
RGB
CMYK
RGB Variations
Color information
#D22C9C (or 0xD22C9C) is known color: Deep Cerise. HEX triplet: D2, 2C and 9C. RGB value is (210,44,156). Sum of RGB (Red+Green+Blue) = 210+44+156=410 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.22% from 410); Green value is 44 (17.58% from 255 or 10.73% from 410); Blue value is 156 (61.33% from 255 or 38.05% from 410); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C9C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22C9C is #2DD363. Grayscale: #6A6A6A. Windows color (decimal): -3003236 or 10235090. OLE color: 10235090.
HSL color Cylindrical-coordinate representation of color #D22C9C: hue angle of 319.52º degrees, saturation: 0.65, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #D22C9C is Cyan = 0, Magento = 0.79, Yellow = 0.26 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 156 | - |
| CMYK | 0 | 0.79 | 0.26 | 0.18 |
| HSL | 319.52º | 0.65% | 0.5% | - |
| HSV(B) | 319.52º | 0.79% | 0.82% | - |
| XYZ | 33.48 | 17.9 | 33.14 | - |
| YUV | 106.4 | 156 | 201.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 156 | 0 | 0.79 | 0.26 | 0.18 | 319.52 | 0.65 | 0.5 |
| Hex | D2 | 2C | 9C | 0 | 4F | 1A | 12 | 140 | 41 | 32 |
| Octal | 322 | 54 | 234 | 0 | 117 | 32 | 22 | 500 | 101 | 62 |
| Binary | 11010010 | 101100 | 10011100 | 0 | 1001111 | 11010 | 10010 | 101000000 | 1000001 | 110010 |
Color Harmonies of #D22C9C
Complementary color
Monochromatic Colors of #D22C9C
Black with #D22C9C
Text Example
Text Example
White with #D22C9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C9C; }
p { color: rgb(210,44,156); }
H1.HeaderClassName
{
color: #D22C9C;
}
.AnyTagClassName
{
color: #D22C9C;
}
</style>
background-color css
<style>
a { background-color: #D22C9C; }
a { background-color: rgb(210,44,156); }
div.DivClassName
{
background-color: #D22C9C;
}
.BgClassName
{
background-color: #D22C9C;
}
</style>
border-color css
<style>
span { border-color: #D22C9C; }
span { border-color: rgb(210,44,156); }
td.TdClassName
{
border-color: #D22C9C;
}
.TagClassName
{
border-color: #D22C9C;
}
</style>