Shades of Deep Cerise #D2237E
Tints of Deep Cerise #D2237E
RGB
CMYK
RGB Variations
Color information
#D2237E (or 0xD2237E) is known color: Deep Cerise. HEX triplet: D2, 23 and 7E. RGB value is (210,35,126). Sum of RGB (Red+Green+Blue) = 210+35+126=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 35 (14.06% from 255 or 9.43% from 371); Blue value is 126 (49.61% from 255 or 33.96% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2237E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2237E is #2DDC81. Grayscale: #616161. Windows color (decimal): -3005570 or 8266706. OLE color: 8266706.
HSL color Cylindrical-coordinate representation of color #D2237E: hue angle of 328.8º 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 #D2237E is Cyan = 0, Magento = 0.83, Yellow = 0.4 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 126 | - |
| CMYK | 0 | 0.83 | 0.4 | 0.18 |
| HSL | 328.8º | 0.71% | 0.48% | - |
| HSV(B) | 328.8º | 0.83% | 0.82% | - |
| XYZ | 30.95 | 16.41 | 21.28 | - |
| YUV | 97.7 | 143.98 | 208.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 126 | 0 | 0.83 | 0.4 | 0.18 | 328.8 | 0.71 | 0.48 |
| Hex | D2 | 23 | 7E | 0 | 53 | 28 | 12 | 149 | 47 | 30 |
| Octal | 322 | 43 | 176 | 0 | 123 | 50 | 22 | 511 | 107 | 60 |
| Binary | 11010010 | 100011 | 1111110 | 0 | 1010011 | 101000 | 10010 | 101001001 | 1000111 | 110000 |
Color Harmonies of #D2237E
Complementary color
Monochromatic Colors of #D2237E
Black with #D2237E
Text Example
Text Example
White with #D2237E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2237E; }
p { color: rgb(210,35,126); }
H1.HeaderClassName
{
color: #D2237E;
}
.AnyTagClassName
{
color: #D2237E;
}
</style>
background-color css
<style>
a { background-color: #D2237E; }
a { background-color: rgb(210,35,126); }
div.DivClassName
{
background-color: #D2237E;
}
.BgClassName
{
background-color: #D2237E;
}
</style>
border-color css
<style>
span { border-color: #D2237E; }
span { border-color: rgb(210,35,126); }
td.TdClassName
{
border-color: #D2237E;
}
.TagClassName
{
border-color: #D2237E;
}
</style>