Shades of Cerise #D0336E
Tints of Cerise #D0336E
RGB
CMYK
RGB Variations
Color information
#D0336E (or 0xD0336E) is known color: Cerise. HEX triplet: D0, 33 and 6E. RGB value is (208,51,110). Sum of RGB (Red+Green+Blue) = 208+51+110=369 (48% of max value = 765). Red value is 208 (81.64% from 255 or 56.37% from 369); Green value is 51 (20.31% from 255 or 13.82% from 369); Blue value is 110 (43.36% from 255 or 29.81% from 369); Max value from RGB is 208 - color contains mainly: red. Hex color #D0336E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D0336E is #2FCC91. Grayscale: #686868. Windows color (decimal): -3132562 or 7222224. OLE color: 7222224.
HSL color Cylindrical-coordinate representation of color #D0336E: hue angle of 337.45º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D0336E is Cyan = 0, Magento = 0.75, Yellow = 0.47 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 110 | - |
| CMYK | 0 | 0.75 | 0.47 | 0.18 |
| HSL | 337.45º | 0.63% | 0.51% | - |
| HSV(B) | 337.45º | 0.75% | 0.82% | - |
| XYZ | 30.01 | 16.9 | 16.43 | - |
| YUV | 104.67 | 131.01 | 201.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 110 | 0 | 0.75 | 0.47 | 0.18 | 337.45 | 0.63 | 0.51 |
| Hex | D0 | 33 | 6E | 0 | 4B | 2F | 12 | 151 | 3F | 33 |
| Octal | 320 | 63 | 156 | 0 | 113 | 57 | 22 | 521 | 77 | 63 |
| Binary | 11010000 | 110011 | 1101110 | 0 | 1001011 | 101111 | 10010 | 101010001 | 111111 | 110011 |
Color Harmonies of #D0336E
Complementary color
Monochromatic Colors of #D0336E
Black with #D0336E
Text Example
Text Example
White with #D0336E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D0336E; }
p { color: rgb(208,51,110); }
H1.HeaderClassName
{
color: #D0336E;
}
.AnyTagClassName
{
color: #D0336E;
}
</style>
background-color css
<style>
a { background-color: #D0336E; }
a { background-color: rgb(208,51,110); }
div.DivClassName
{
background-color: #D0336E;
}
.BgClassName
{
background-color: #D0336E;
}
</style>
border-color css
<style>
span { border-color: #D0336E; }
span { border-color: rgb(208,51,110); }
td.TdClassName
{
border-color: #D0336E;
}
.TagClassName
{
border-color: #D0336E;
}
</style>