Shades of Deep Cerise #D22C9D
Tints of Deep Cerise #D22C9D
RGB
CMYK
RGB Variations
Color information
#D22C9D (or 0xD22C9D) is known color: Deep Cerise. HEX triplet: D2, 2C and 9D. RGB value is (210,44,157). Sum of RGB (Red+Green+Blue) = 210+44+157=411 (54% of max value = 765). Red value is 210 (82.42% from 255 or 51.09% from 411); Green value is 44 (17.58% from 255 or 10.71% from 411); Blue value is 157 (61.72% from 255 or 38.20% from 411); Max value from RGB is 210 - color contains mainly: red. Hex color #D22C9D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22C9D is #2DD362. Grayscale: #6A6A6A. Windows color (decimal): -3003235 or 10300626. OLE color: 10300626.
HSL color Cylindrical-coordinate representation of color #D22C9D: hue angle of 319.16º 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 #D22C9D is Cyan = 0, Magento = 0.79, Yellow = 0.25 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 44 | 157 | - |
| CMYK | 0 | 0.79 | 0.25 | 0.18 |
| HSL | 319.16º | 0.65% | 0.5% | - |
| HSV(B) | 319.16º | 0.79% | 0.82% | - |
| XYZ | 33.56 | 17.94 | 33.59 | - |
| YUV | 106.52 | 156.5 | 201.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 44 | 157 | 0 | 0.79 | 0.25 | 0.18 | 319.16 | 0.65 | 0.5 |
| Hex | D2 | 2C | 9D | 0 | 4F | 19 | 12 | 13F | 41 | 32 |
| Octal | 322 | 54 | 235 | 0 | 117 | 31 | 22 | 477 | 101 | 62 |
| Binary | 11010010 | 101100 | 10011101 | 0 | 1001111 | 11001 | 10010 | 100111111 | 1000001 | 110010 |
Color Harmonies of #D22C9D
Complementary color
Monochromatic Colors of #D22C9D
Black with #D22C9D
Text Example
Text Example
White with #D22C9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22C9D; }
p { color: rgb(210,44,157); }
H1.HeaderClassName
{
color: #D22C9D;
}
.AnyTagClassName
{
color: #D22C9D;
}
</style>
background-color css
<style>
a { background-color: #D22C9D; }
a { background-color: rgb(210,44,157); }
div.DivClassName
{
background-color: #D22C9D;
}
.BgClassName
{
background-color: #D22C9D;
}
</style>
border-color css
<style>
span { border-color: #D22C9D; }
span { border-color: rgb(210,44,157); }
td.TdClassName
{
border-color: #D22C9D;
}
.TagClassName
{
border-color: #D22C9D;
}
</style>