Shades of Cerise #D2336E
Tints of Cerise #D2336E
RGB
CMYK
RGB Variations
Color information
#D2336E (or 0xD2336E) is known color: Cerise. HEX triplet: D2, 33 and 6E. RGB value is (210,51,110). Sum of RGB (Red+Green+Blue) = 210+51+110=371 (49% of max value = 765). Red value is 210 (82.42% from 255 or 56.60% from 371); Green value is 51 (20.31% from 255 or 13.75% from 371); Blue value is 110 (43.36% from 255 or 29.65% from 371); Max value from RGB is 210 - color contains mainly: red. Hex color #D2336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2336E is #2DCC91. Grayscale: #696969. Windows color (decimal): -3001490 or 7222226. OLE color: 7222226.
HSL color Cylindrical-coordinate representation of color #D2336E: hue angle of 337.74º 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 #D2336E is Cyan = 0, Magento = 0.76, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 110 | - |
| CMYK | 0 | 0.76 | 0.48 | 0.18 |
| HSL | 337.74º | 0.64% | 0.51% | - |
| HSV(B) | 337.74º | 0.76% | 0.82% | - |
| XYZ | 30.58 | 17.2 | 16.46 | - |
| YUV | 105.27 | 130.68 | 202.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 110 | 0 | 0.76 | 0.48 | 0.18 | 337.74 | 0.64 | 0.51 |
| Hex | D2 | 33 | 6E | 0 | 4C | 30 | 12 | 152 | 40 | 33 |
| Octal | 322 | 63 | 156 | 0 | 114 | 60 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110011 | 1101110 | 0 | 1001100 | 110000 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2336E
Complementary color
Monochromatic Colors of #D2336E
Black with #D2336E
Text Example
Text Example
White with #D2336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2336E; }
p { color: rgb(210,51,110); }
H1.HeaderClassName
{
color: #D2336E;
}
.AnyTagClassName
{
color: #D2336E;
}
</style>
background-color css
<style>
a { background-color: #D2336E; }
a { background-color: rgb(210,51,110); }
div.DivClassName
{
background-color: #D2336E;
}
.BgClassName
{
background-color: #D2336E;
}
</style>
border-color css
<style>
span { border-color: #D2336E; }
span { border-color: rgb(210,51,110); }
td.TdClassName
{
border-color: #D2336E;
}
.TagClassName
{
border-color: #D2336E;
}
</style>