Shades of Deep Cerise #D22997
Tints of Deep Cerise #D22997
RGB
CMYK
RGB Variations
Color information
#D22997 (or 0xD22997) is known color: Deep Cerise. HEX triplet: D2, 29 and 97. RGB value is (210,41,151). Sum of RGB (Red+Green+Blue) = 210+41+151=402 (53% of max value = 765). Red value is 210 (82.42% from 255 or 52.24% from 402); Green value is 41 (16.41% from 255 or 10.20% from 402); Blue value is 151 (59.38% from 255 or 37.56% from 402); Max value from RGB is 210 - color contains mainly: red. Hex color #D22997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D22997 is #2DD668. Grayscale: #676767. Windows color (decimal): -3004009 or 9906642. OLE color: 9906642.
HSL color Cylindrical-coordinate representation of color #D22997: hue angle of 320.95º degrees, saturation: 0.67, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D22997 is Cyan = 0, Magento = 0.80, Yellow = 0.28 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 41 | 151 | - |
| CMYK | 0 | 0.80 | 0.28 | 0.18 |
| HSL | 320.95º | 0.67% | 0.49% | - |
| HSV(B) | 320.95º | 0.8% | 0.82% | - |
| XYZ | 32.96 | 17.52 | 30.92 | - |
| YUV | 104.07 | 154.49 | 203.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 41 | 151 | 0 | 0.80 | 0.28 | 0.18 | 320.95 | 0.67 | 0.49 |
| Hex | D2 | 29 | 97 | 0 | 50 | 1C | 12 | 141 | 43 | 31 |
| Octal | 322 | 51 | 227 | 0 | 120 | 34 | 22 | 501 | 103 | 61 |
| Binary | 11010010 | 101001 | 10010111 | 0 | 1010000 | 11100 | 10010 | 101000001 | 1000011 | 110001 |
Color Harmonies of #D22997
Complementary color
Monochromatic Colors of #D22997
Black with #D22997
Text Example
Text Example
White with #D22997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22997; }
p { color: rgb(210,41,151); }
H1.HeaderClassName
{
color: #D22997;
}
.AnyTagClassName
{
color: #D22997;
}
</style>
background-color css
<style>
a { background-color: #D22997; }
a { background-color: rgb(210,41,151); }
div.DivClassName
{
background-color: #D22997;
}
.BgClassName
{
background-color: #D22997;
}
</style>
border-color css
<style>
span { border-color: #D22997; }
span { border-color: rgb(210,41,151); }
td.TdClassName
{
border-color: #D22997;
}
.TagClassName
{
border-color: #D22997;
}
</style>