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