Shades of Cerise #D03360
Tints of Cerise #D03360
RGB
CMYK
RGB Variations
Color information
#D03360 (or 0xD03360) is known color: Cerise. HEX triplet: D0, 33 and 60. RGB value is (208,51,96). Sum of RGB (Red+Green+Blue) = 208+51+96=355 (47% of max value = 765). Red value is 208 (81.64% from 255 or 58.59% from 355); Green value is 51 (20.31% from 255 or 14.37% from 355); Blue value is 96 (37.89% from 255 or 27.04% from 355); Max value from RGB is 208 - color contains mainly: red. Hex color #D03360 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03360 is #2FCC9F. Grayscale: #676767. Windows color (decimal): -3132576 or 6304720. OLE color: 6304720.
HSL color Cylindrical-coordinate representation of color #D03360: hue angle of 342.8º 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 #D03360 is Cyan = 0, Magento = 0.75, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 51 | 96 | - |
| CMYK | 0 | 0.75 | 0.54 | 0.18 |
| HSL | 342.8º | 0.63% | 0.51% | - |
| HSV(B) | 342.8º | 0.75% | 0.82% | - |
| XYZ | 29.31 | 16.62 | 12.73 | - |
| YUV | 103.07 | 124.01 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 51 | 96 | 0 | 0.75 | 0.54 | 0.18 | 342.8 | 0.63 | 0.51 |
| Hex | D0 | 33 | 60 | 0 | 4B | 36 | 12 | 157 | 3F | 33 |
| Octal | 320 | 63 | 140 | 0 | 113 | 66 | 22 | 527 | 77 | 63 |
| Binary | 11010000 | 110011 | 1100000 | 0 | 1001011 | 110110 | 10010 | 101010111 | 111111 | 110011 |
Color Harmonies of #D03360
Complementary color
Monochromatic Colors of #D03360
Black with #D03360
Text Example
Text Example
White with #D03360
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03360; }
p { color: rgb(208,51,96); }
H1.HeaderClassName
{
color: #D03360;
}
.AnyTagClassName
{
color: #D03360;
}
</style>
background-color css
<style>
a { background-color: #D03360; }
a { background-color: rgb(208,51,96); }
div.DivClassName
{
background-color: #D03360;
}
.BgClassName
{
background-color: #D03360;
}
</style>
border-color css
<style>
span { border-color: #D03360; }
span { border-color: rgb(208,51,96); }
td.TdClassName
{
border-color: #D03360;
}
.TagClassName
{
border-color: #D03360;
}
</style>