Shades of Deep Cerise #D22598
Tints of Deep Cerise #D22598
RGB
CMYK
RGB Variations
Color information
#D22598 (or 0xD22598) is known color: Deep Cerise. HEX triplet: D2, 25 and 98. RGB value is (210,37,152). Sum of RGB (Red+Green+Blue) = 210+37+152=399 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.63% from 399); Green value is 37 (14.84% from 255 or 9.27% from 399); Blue value is 152 (59.77% from 255 or 38.10% from 399); Max value from RGB is 210 - color contains mainly: red. Hex color #D22598 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22598 is #2DDA67. Grayscale: #656565. Windows color (decimal): -3005032 or 9971154. OLE color: 9971154.
HSL color Cylindrical-coordinate representation of color #D22598: hue angle of 320.12º degrees, saturation: 0.7, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D22598 is Cyan = 0, Magento = 0.82, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 37 | 152 | - |
| CMYK | 0 | 0.82 | 0.28 | 0.18 |
| HSL | 320.12º | 0.7% | 0.48% | - |
| HSV(B) | 320.12º | 0.82% | 0.82% | - |
| XYZ | 32.91 | 17.29 | 31.31 | - |
| YUV | 101.84 | 156.31 | 205.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 37 | 152 | 0 | 0.82 | 0.28 | 0.18 | 320.12 | 0.7 | 0.48 |
| Hex | D2 | 25 | 98 | 0 | 52 | 1C | 12 | 140 | 46 | 30 |
| Octal | 322 | 45 | 230 | 0 | 122 | 34 | 22 | 500 | 106 | 60 |
| Binary | 11010010 | 100101 | 10011000 | 0 | 1010010 | 11100 | 10010 | 101000000 | 1000110 | 110000 |
Color Harmonies of #D22598
Complementary color
Monochromatic Colors of #D22598
Black with #D22598
Text Example
Text Example
White with #D22598
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22598; }
p { color: rgb(210,37,152); }
H1.HeaderClassName
{
color: #D22598;
}
.AnyTagClassName
{
color: #D22598;
}
</style>
background-color css
<style>
a { background-color: #D22598; }
a { background-color: rgb(210,37,152); }
div.DivClassName
{
background-color: #D22598;
}
.BgClassName
{
background-color: #D22598;
}
</style>
border-color css
<style>
span { border-color: #D22598; }
span { border-color: rgb(210,37,152); }
td.TdClassName
{
border-color: #D22598;
}
.TagClassName
{
border-color: #D22598;
}
</style>