Shades of Deep Cerise #D2337D
Tints of Deep Cerise #D2337D
RGB
CMYK
RGB Variations
Color information
#D2337D (or 0xD2337D) is known color: Deep Cerise. HEX triplet: D2, 33 and 7D. RGB value is (210,51,125). Sum of RGB (Red+Green+Blue) = 210+51+125=386 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.40% from 386); Green value is 51 (20.31% from 255 or 13.21% from 386); Blue value is 125 (49.22% from 255 or 32.38% from 386); Max value from RGB is 210 - color contains mainly: red. Hex color #D2337D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2337D is #2DCC82. Grayscale: #6A6A6A. Windows color (decimal): -3001475 or 8205266. OLE color: 8205266.
HSL color Cylindrical-coordinate representation of color #D2337D: hue angle of 332.08º degrees, saturation: 0.64, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D2337D is Cyan = 0, Magento = 0.76, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 125 | - |
| CMYK | 0 | 0.76 | 0.40 | 0.18 |
| HSL | 332.08º | 0.64% | 0.51% | - |
| HSV(B) | 332.08º | 0.76% | 0.82% | - |
| XYZ | 31.46 | 17.55 | 21.13 | - |
| YUV | 106.98 | 138.18 | 201.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 125 | 0 | 0.76 | 0.40 | 0.18 | 332.08 | 0.64 | 0.51 |
| Hex | D2 | 33 | 7D | 0 | 4C | 28 | 12 | 14C | 40 | 33 |
| Octal | 322 | 63 | 175 | 0 | 114 | 50 | 22 | 514 | 100 | 63 |
| Binary | 11010010 | 110011 | 1111101 | 0 | 1001100 | 101000 | 10010 | 101001100 | 1000000 | 110011 |
Color Harmonies of #D2337D
Complementary color
Monochromatic Colors of #D2337D
Black with #D2337D
Text Example
Text Example
White with #D2337D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2337D; }
p { color: rgb(210,51,125); }
H1.HeaderClassName
{
color: #D2337D;
}
.AnyTagClassName
{
color: #D2337D;
}
</style>
background-color css
<style>
a { background-color: #D2337D; }
a { background-color: rgb(210,51,125); }
div.DivClassName
{
background-color: #D2337D;
}
.BgClassName
{
background-color: #D2337D;
}
</style>
border-color css
<style>
span { border-color: #D2337D; }
span { border-color: rgb(210,51,125); }
td.TdClassName
{
border-color: #D2337D;
}
.TagClassName
{
border-color: #D2337D;
}
</style>