Shades of Cerise #D13559
Tints of Cerise #D13559
RGB
CMYK
RGB Variations
Color information
#D13559 (or 0xD13559) is known color: Cerise. HEX triplet: D1, 35 and 59. RGB value is (209,53,89). Sum of RGB (Red+Green+Blue) = 209+53+89=351 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.54% from 351); Green value is 53 (21.09% from 255 or 15.10% from 351); Blue value is 89 (35.16% from 255 or 25.36% from 351); Max value from RGB is 209 - color contains mainly: red. Hex color #D13559 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13559 is #2ECAA6. Grayscale: #676767. Windows color (decimal): -3066535 or 5846481. OLE color: 5846481.
HSL color Cylindrical-coordinate representation of color #D13559: hue angle of 346.15º 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 #D13559 is Cyan = 0, Magento = 0.75, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 89 | - |
| CMYK | 0 | 0.75 | 0.57 | 0.18 |
| HSL | 346.15º | 0.63% | 0.51% | - |
| HSV(B) | 346.15º | 0.75% | 0.82% | - |
| XYZ | 29.37 | 16.82 | 11.15 | - |
| YUV | 103.75 | 119.68 | 203.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 89 | 0 | 0.75 | 0.57 | 0.18 | 346.15 | 0.63 | 0.51 |
| Hex | D1 | 35 | 59 | 0 | 4B | 39 | 12 | 15A | 3F | 33 |
| Octal | 321 | 65 | 131 | 0 | 113 | 71 | 22 | 532 | 77 | 63 |
| Binary | 11010001 | 110101 | 1011001 | 0 | 1001011 | 111001 | 10010 | 101011010 | 111111 | 110011 |
Color Harmonies of #D13559
Complementary color
Monochromatic Colors of #D13559
Black with #D13559
Text Example
Text Example
White with #D13559
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13559; }
p { color: rgb(209,53,89); }
H1.HeaderClassName
{
color: #D13559;
}
.AnyTagClassName
{
color: #D13559;
}
</style>
background-color css
<style>
a { background-color: #D13559; }
a { background-color: rgb(209,53,89); }
div.DivClassName
{
background-color: #D13559;
}
.BgClassName
{
background-color: #D13559;
}
</style>
border-color css
<style>
span { border-color: #D13559; }
span { border-color: rgb(209,53,89); }
td.TdClassName
{
border-color: #D13559;
}
.TagClassName
{
border-color: #D13559;
}
</style>