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