Shades of Deep Cerise #D2237A
Tints of Deep Cerise #D2237A
RGB
CMYK
RGB Variations
Color information
#D2237A (or 0xD2237A) is known color: Deep Cerise. HEX triplet: D2, 23 and 7A. RGB value is (210,35,122). Sum of RGB (Red+Green+Blue) = 210+35+122=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 35 (14.06% from 255 or 9.54% from 367); Blue value is 122 (48.05% from 255 or 33.24% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2237A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2237A is #2DDC85. Grayscale: #616161. Windows color (decimal): -3005574 or 8004562. OLE color: 8004562.
HSL color Cylindrical-coordinate representation of color #D2237A: hue angle of 330.17º 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 #D2237A is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 35 | 122 | - |
| CMYK | 0 | 0.83 | 0.42 | 0.18 |
| HSL | 330.17º | 0.71% | 0.48% | - |
| HSV(B) | 330.17º | 0.83% | 0.82% | - |
| XYZ | 30.69 | 16.31 | 19.94 | - |
| YUV | 97.24 | 141.98 | 208.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 35 | 122 | 0 | 0.83 | 0.42 | 0.18 | 330.17 | 0.71 | 0.48 |
| Hex | D2 | 23 | 7A | 0 | 53 | 2A | 12 | 14A | 47 | 30 |
| Octal | 322 | 43 | 172 | 0 | 123 | 52 | 22 | 512 | 107 | 60 |
| Binary | 11010010 | 100011 | 1111010 | 0 | 1010011 | 101010 | 10010 | 101001010 | 1000111 | 110000 |
Color Harmonies of #D2237A
Complementary color
Monochromatic Colors of #D2237A
Black with #D2237A
Text Example
Text Example
White with #D2237A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2237A; }
p { color: rgb(210,35,122); }
H1.HeaderClassName
{
color: #D2237A;
}
.AnyTagClassName
{
color: #D2237A;
}
</style>
background-color css
<style>
a { background-color: #D2237A; }
a { background-color: rgb(210,35,122); }
div.DivClassName
{
background-color: #D2237A;
}
.BgClassName
{
background-color: #D2237A;
}
</style>
border-color css
<style>
span { border-color: #D2237A; }
span { border-color: rgb(210,35,122); }
td.TdClassName
{
border-color: #D2237A;
}
.TagClassName
{
border-color: #D2237A;
}
</style>