Shades of Deep Cerise #D22373
Tints of Deep Cerise #D22373
RGB
CMYK
RGB Variations
Color information
#D22373 (or 0xD22373) is known color: Deep Cerise. HEX triplet: D2, 23 and 73. RGB value is (210,35,115). Sum of RGB (Red+Green+Blue) = 210+35+115=360 (47% of max value = 765). Red value is 210 (82.42% from 255 or 58.33% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 115 (45.31% from 255 or 31.94% from 360); Max value from RGB is 210 - color contains mainly: red. Hex color #D22373 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D22373 is #2DDC8C. Grayscale: #606060. Windows color (decimal): -3005581 or 7545810. OLE color: 7545810.
HSL color Cylindrical-coordinate representation of color #D22373: hue angle of 332.57º degrees, saturation: 0.71, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D22373 is Cyan = 0, Magento = 0.83, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 115 | - |
| CMYK | 0 | 0.83 | 0.45 | 0.18 |
| HSL | 332.57º | 0.71% | 0.48% | - |
| HSV(B) | 332.57º | 0.83% | 0.82% | - |
| XYZ | 30.27 | 16.14 | 17.74 | - |
| YUV | 96.45 | 138.48 | 209 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 115 | 0 | 0.83 | 0.45 | 0.18 | 332.57 | 0.71 | 0.48 |
| Hex | D2 | 23 | 73 | 0 | 53 | 2D | 12 | 14D | 47 | 30 |
| Octal | 322 | 43 | 163 | 0 | 123 | 55 | 22 | 515 | 107 | 60 |
| Binary | 11010010 | 100011 | 1110011 | 0 | 1010011 | 101101 | 10010 | 101001101 | 1000111 | 110000 |
Color Harmonies of #D22373
Complementary color
Monochromatic Colors of #D22373
Black with #D22373
Text Example
Text Example
White with #D22373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D22373; }
p { color: rgb(210,35,115); }
H1.HeaderClassName
{
color: #D22373;
}
.AnyTagClassName
{
color: #D22373;
}
</style>
background-color css
<style>
a { background-color: #D22373; }
a { background-color: rgb(210,35,115); }
div.DivClassName
{
background-color: #D22373;
}
.BgClassName
{
background-color: #D22373;
}
</style>
border-color css
<style>
span { border-color: #D22373; }
span { border-color: rgb(210,35,115); }
td.TdClassName
{
border-color: #D22373;
}
.TagClassName
{
border-color: #D22373;
}
</style>