Shades of Deep Cerise #D2237D
Tints of Deep Cerise #D2237D
RGB
CMYK
RGB Variations
Color information
#D2237D (or 0xD2237D) is known color: Deep Cerise. HEX triplet: D2, 23 and 7D. RGB value is (210,35,125). Sum of RGB (Red+Green+Blue) = 210+35+125=370 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.76% from 370); Green value is 35 (14.06% from 255 or 9.46% from 370); Blue value is 125 (49.22% from 255 or 33.78% from 370); Max value from RGB is 210 - color contains mainly: red. Hex color #D2237D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2237D is #2DDC82. Grayscale: #616161. Windows color (decimal): -3005571 or 8201170. OLE color: 8201170.
HSL color Cylindrical-coordinate representation of color #D2237D: hue angle of 329.14º 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 #D2237D is Cyan = 0, Magento = 0.83, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 125 | - |
| CMYK | 0 | 0.83 | 0.40 | 0.18 |
| HSL | 329.14º | 0.71% | 0.48% | - |
| HSV(B) | 329.14º | 0.83% | 0.82% | - |
| XYZ | 30.88 | 16.38 | 20.94 | - |
| YUV | 97.59 | 143.48 | 208.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 125 | 0 | 0.83 | 0.40 | 0.18 | 329.14 | 0.71 | 0.48 |
| Hex | D2 | 23 | 7D | 0 | 53 | 28 | 12 | 149 | 47 | 30 |
| Octal | 322 | 43 | 175 | 0 | 123 | 50 | 22 | 511 | 107 | 60 |
| Binary | 11010010 | 100011 | 1111101 | 0 | 1010011 | 101000 | 10010 | 101001001 | 1000111 | 110000 |
Color Harmonies of #D2237D
Complementary color
Monochromatic Colors of #D2237D
Black with #D2237D
Text Example
Text Example
White with #D2237D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2237D; }
p { color: rgb(210,35,125); }
H1.HeaderClassName
{
color: #D2237D;
}
.AnyTagClassName
{
color: #D2237D;
}
</style>
background-color css
<style>
a { background-color: #D2237D; }
a { background-color: rgb(210,35,125); }
div.DivClassName
{
background-color: #D2237D;
}
.BgClassName
{
background-color: #D2237D;
}
</style>
border-color css
<style>
span { border-color: #D2237D; }
span { border-color: rgb(210,35,125); }
td.TdClassName
{
border-color: #D2237D;
}
.TagClassName
{
border-color: #D2237D;
}
</style>