Shades of Cerise #D03559
Tints of Cerise #D03559
RGB
CMYK
RGB Variations
Color information
#D03559 (or 0xD03559) is known color: Cerise. HEX triplet: D0, 35 and 59. RGB value is (208,53,89). Sum of RGB (Red+Green+Blue) = 208+53+89=350 (46% of max value = 765). Red value is 208 (81.64% from 255 or 59.43% from 350); Green value is 53 (21.09% from 255 or 15.14% from 350); Blue value is 89 (35.16% from 255 or 25.43% from 350); Max value from RGB is 208 - color contains mainly: red. Hex color #D03559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D03559 is #2FCAA6. Grayscale: #676767. Windows color (decimal): -3132071 or 5846480. OLE color: 5846480.
HSL color Cylindrical-coordinate representation of color #D03559: hue angle of 346.06º degrees, saturation: 0.62, 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 #D03559 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 53 | 89 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.18 |
| HSL | 346.06º | 0.62% | 0.51% | - |
| HSV(B) | 346.06º | 0.75% | 0.82% | - |
| XYZ | 29.09 | 16.68 | 11.14 | - |
| YUV | 103.45 | 119.85 | 202.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 53 | 89 | 0 | 0.75 | 0.57 | 0.18 | 346.06 | 0.62 | 0.51 |
| Hex | D0 | 35 | 59 | 0 | 4B | 39 | 12 | 15A | 3E | 33 |
| Octal | 320 | 65 | 131 | 0 | 113 | 71 | 22 | 532 | 76 | 63 |
| Binary | 11010000 | 110101 | 1011001 | 0 | 1001011 | 111001 | 10010 | 101011010 | 111110 | 110011 |
Color Harmonies of #D03559
Complementary color
Monochromatic Colors of #D03559
Black with #D03559
Text Example
Text Example
White with #D03559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D03559; }
p { color: rgb(208,53,89); }
H1.HeaderClassName
{
color: #D03559;
}
.AnyTagClassName
{
color: #D03559;
}
</style>
background-color css
<style>
a { background-color: #D03559; }
a { background-color: rgb(208,53,89); }
div.DivClassName
{
background-color: #D03559;
}
.BgClassName
{
background-color: #D03559;
}
</style>
border-color css
<style>
span { border-color: #D03559; }
span { border-color: rgb(208,53,89); }
td.TdClassName
{
border-color: #D03559;
}
.TagClassName
{
border-color: #D03559;
}
</style>