Shades of Cerise #D03372
Tints of Cerise #D03372
RGB
CMYK
RGB Variations
Color information
#D03372 (or 0xD03372) is known color: Cerise. HEX triplet: D0, 33 and 72. RGB value is (208,51,114). Sum of RGB (Red+Green+Blue) = 208+51+114=373 (49% of max value = 765). Red value is 208 (81.64% from 255 or 55.76% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 114 (44.92% from 255 or 30.56% from 373); Max value from RGB is 208 - color contains mainly: red. Hex color #D03372 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03372 is #2FCC8D. Grayscale: #696969. Windows color (decimal): -3132558 or 7484368. OLE color: 7484368.
HSL color Cylindrical-coordinate representation of color #D03372: hue angle of 335.92º 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 #D03372 is Cyan = 0, Magento = 0.75, Yellow = 0.45 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 114 | - |
| CMYK | 0 | 0.75 | 0.45 | 0.18 |
| HSL | 335.92º | 0.63% | 0.51% | - |
| HSV(B) | 335.92º | 0.75% | 0.82% | - |
| XYZ | 30.23 | 16.99 | 17.61 | - |
| YUV | 105.13 | 133.01 | 201.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 114 | 0 | 0.75 | 0.45 | 0.18 | 335.92 | 0.63 | 0.51 |
| Hex | D0 | 33 | 72 | 0 | 4B | 2D | 12 | 150 | 3F | 33 |
| Octal | 320 | 63 | 162 | 0 | 113 | 55 | 22 | 520 | 77 | 63 |
| Binary | 11010000 | 110011 | 1110010 | 0 | 1001011 | 101101 | 10010 | 101010000 | 111111 | 110011 |
Color Harmonies of #D03372
Complementary color
Monochromatic Colors of #D03372
Black with #D03372
Text Example
Text Example
White with #D03372
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03372; }
p { color: rgb(208,51,114); }
H1.HeaderClassName
{
color: #D03372;
}
.AnyTagClassName
{
color: #D03372;
}
</style>
background-color css
<style>
a { background-color: #D03372; }
a { background-color: rgb(208,51,114); }
div.DivClassName
{
background-color: #D03372;
}
.BgClassName
{
background-color: #D03372;
}
</style>
border-color css
<style>
span { border-color: #D03372; }
span { border-color: rgb(208,51,114); }
td.TdClassName
{
border-color: #D03372;
}
.TagClassName
{
border-color: #D03372;
}
</style>