Shades of Deep Cerise #D22D98
Tints of Deep Cerise #D22D98
RGB
CMYK
RGB Variations
Color information
#D22D98 (or 0xD22D98) is known color: Deep Cerise. HEX triplet: D2, 2D and 98. RGB value is (210,45,152). Sum of RGB (Red+Green+Blue) = 210+45+152=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 45 (17.97% from 255 or 11.06% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D22D98 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22D98 is #2DD267. Grayscale: #6A6A6A. Windows color (decimal): -3002984 or 9973202. OLE color: 9973202.
HSL color Cylindrical-coordinate representation of color #D22D98: hue angle of 321.09º 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 #D22D98 is Cyan = 0, Magento = 0.79, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 45 | 152 | - |
| CMYK | 0 | 0.79 | 0.28 | 0.18 |
| HSL | 321.09º | 0.65% | 0.5% | - |
| HSV(B) | 321.09º | 0.79% | 0.82% | - |
| XYZ | 33.18 | 17.85 | 31.4 | - |
| YUV | 106.53 | 153.66 | 201.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 45 | 152 | 0 | 0.79 | 0.28 | 0.18 | 321.09 | 0.65 | 0.5 |
| Hex | D2 | 2D | 98 | 0 | 4F | 1C | 12 | 141 | 41 | 32 |
| Octal | 322 | 55 | 230 | 0 | 117 | 34 | 22 | 501 | 101 | 62 |
| Binary | 11010010 | 101101 | 10011000 | 0 | 1001111 | 11100 | 10010 | 101000001 | 1000001 | 110010 |
Color Harmonies of #D22D98
Complementary color
Monochromatic Colors of #D22D98
Black with #D22D98
Text Example
Text Example
White with #D22D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22D98; }
p { color: rgb(210,45,152); }
H1.HeaderClassName
{
color: #D22D98;
}
.AnyTagClassName
{
color: #D22D98;
}
</style>
background-color css
<style>
a { background-color: #D22D98; }
a { background-color: rgb(210,45,152); }
div.DivClassName
{
background-color: #D22D98;
}
.BgClassName
{
background-color: #D22D98;
}
</style>
border-color css
<style>
span { border-color: #D22D98; }
span { border-color: rgb(210,45,152); }
td.TdClassName
{
border-color: #D22D98;
}
.TagClassName
{
border-color: #D22D98;
}
</style>