Shades of Cerise #D2336A
Tints of Cerise #D2336A
RGB
CMYK
RGB Variations
Color information
#D2336A (or 0xD2336A) is known color: Cerise. HEX triplet: D2, 33 and 6A. RGB value is (210,51,106). Sum of RGB (Red+Green+Blue) = 210+51+106=367 (48% of max value = 765). Red value is 210 (82.42% from 255 or 57.22% from 367); Green value is 51 (20.31% from 255 or 13.90% from 367); Blue value is 106 (41.80% from 255 or 28.88% from 367); Max value from RGB is 210 - color contains mainly: red. Hex color #D2336A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D2336A is #2DCC95. Grayscale: #686868. Windows color (decimal): -3001494 or 6960082. OLE color: 6960082.
HSL color Cylindrical-coordinate representation of color #D2336A: hue angle of 339.25º 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 #D2336A is Cyan = 0, Magento = 0.76, Yellow = 0.50 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 51 | 106 | - |
| CMYK | 0 | 0.76 | 0.50 | 0.18 |
| HSL | 339.25º | 0.64% | 0.51% | - |
| HSV(B) | 339.25º | 0.76% | 0.82% | - |
| XYZ | 30.36 | 17.11 | 15.34 | - |
| YUV | 104.81 | 128.68 | 203.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 51 | 106 | 0 | 0.76 | 0.50 | 0.18 | 339.25 | 0.64 | 0.51 |
| Hex | D2 | 33 | 6A | 0 | 4C | 32 | 12 | 153 | 40 | 33 |
| Octal | 322 | 63 | 152 | 0 | 114 | 62 | 22 | 523 | 100 | 63 |
| Binary | 11010010 | 110011 | 1101010 | 0 | 1001100 | 110010 | 10010 | 101010011 | 1000000 | 110011 |
Color Harmonies of #D2336A
Complementary color
Monochromatic Colors of #D2336A
Black with #D2336A
Text Example
Text Example
White with #D2336A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D2336A; }
p { color: rgb(210,51,106); }
H1.HeaderClassName
{
color: #D2336A;
}
.AnyTagClassName
{
color: #D2336A;
}
</style>
background-color css
<style>
a { background-color: #D2336A; }
a { background-color: rgb(210,51,106); }
div.DivClassName
{
background-color: #D2336A;
}
.BgClassName
{
background-color: #D2336A;
}
</style>
border-color css
<style>
span { border-color: #D2336A; }
span { border-color: rgb(210,51,106); }
td.TdClassName
{
border-color: #D2336A;
}
.TagClassName
{
border-color: #D2336A;
}
</style>