Shades of Cerise #D2336C
Tints of Cerise #D2336C
RGB
CMYK
RGB Variations
Color information
#D2336C (or 0xD2336C) is known color: Cerise. HEX triplet: D2, 33 and 6C. RGB value is (210,51,108). Sum of RGB (Red+Green+Blue) = 210+51+108=369 (48% of max value = 765). Red value is 210 (82.42% from 255 or 56.91% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 108 (42.58% from 255 or 29.27% from 369); Max value from RGB is 210 - color contains mainly: red. Hex color #D2336C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2336C is #2DCC93. Grayscale: #686868. Windows color (decimal): -3001492 or 7091154. OLE color: 7091154.
HSL color Cylindrical-coordinate representation of color #D2336C: hue angle of 338.49º 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 #D2336C is Cyan = 0, Magento = 0.76, Yellow = 0.49 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 108 | - |
| CMYK | 0 | 0.76 | 0.49 | 0.18 |
| HSL | 338.49º | 0.64% | 0.51% | - |
| HSV(B) | 338.49º | 0.76% | 0.82% | - |
| XYZ | 30.47 | 17.15 | 15.89 | - |
| YUV | 105.04 | 129.68 | 202.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 108 | 0 | 0.76 | 0.49 | 0.18 | 338.49 | 0.64 | 0.51 |
| Hex | D2 | 33 | 6C | 0 | 4C | 31 | 12 | 152 | 40 | 33 |
| Octal | 322 | 63 | 154 | 0 | 114 | 61 | 22 | 522 | 100 | 63 |
| Binary | 11010010 | 110011 | 1101100 | 0 | 1001100 | 110001 | 10010 | 101010010 | 1000000 | 110011 |
Color Harmonies of #D2336C
Complementary color
Monochromatic Colors of #D2336C
Black with #D2336C
Text Example
Text Example
White with #D2336C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2336C; }
p { color: rgb(210,51,108); }
H1.HeaderClassName
{
color: #D2336C;
}
.AnyTagClassName
{
color: #D2336C;
}
</style>
background-color css
<style>
a { background-color: #D2336C; }
a { background-color: rgb(210,51,108); }
div.DivClassName
{
background-color: #D2336C;
}
.BgClassName
{
background-color: #D2336C;
}
</style>
border-color css
<style>
span { border-color: #D2336C; }
span { border-color: rgb(210,51,108); }
td.TdClassName
{
border-color: #D2336C;
}
.TagClassName
{
border-color: #D2336C;
}
</style>