Shades of Cerise #D13159
Tints of Cerise #D13159
RGB
CMYK
RGB Variations
Color information
#D13159 (or 0xD13159) is known color: Cerise. HEX triplet: D1, 31 and 59. RGB value is (209,49,89). Sum of RGB (Red+Green+Blue) = 209+49+89=347 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.23% from 347); Green value is 49 (19.53% from 255 or 14.12% from 347); Blue value is 89 (35.16% from 255 or 25.65% from 347); Max value from RGB is 209 - color contains mainly: red. Hex color #D13159 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13159 is #2ECEA6. Grayscale: #656565. Windows color (decimal): -3067559 or 5845457. OLE color: 5845457.
HSL color Cylindrical-coordinate representation of color #D13159: hue angle of 345º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #D13159 is Cyan = 0, Magento = 0.77, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 49 | 89 | - |
| CMYK | 0 | 0.77 | 0.57 | 0.18 |
| HSL | 345º | 0.63% | 0.51% | - |
| HSV(B) | 345º | 0.77% | 0.82% | - |
| XYZ | 29.2 | 16.47 | 11.09 | - |
| YUV | 101.4 | 121.01 | 204.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 49 | 89 | 0 | 0.77 | 0.57 | 0.18 | 345 | 0.63 | 0.51 |
| Hex | D1 | 31 | 59 | 0 | 4D | 39 | 12 | 159 | 3F | 33 |
| Octal | 321 | 61 | 131 | 0 | 115 | 71 | 22 | 531 | 77 | 63 |
| Binary | 11010001 | 110001 | 1011001 | 0 | 1001101 | 111001 | 10010 | 101011001 | 111111 | 110011 |
Color Harmonies of #D13159
Complementary color
Monochromatic Colors of #D13159
Black with #D13159
Text Example
Text Example
White with #D13159
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13159; }
p { color: rgb(209,49,89); }
H1.HeaderClassName
{
color: #D13159;
}
.AnyTagClassName
{
color: #D13159;
}
</style>
background-color css
<style>
a { background-color: #D13159; }
a { background-color: rgb(209,49,89); }
div.DivClassName
{
background-color: #D13159;
}
.BgClassName
{
background-color: #D13159;
}
</style>
border-color css
<style>
span { border-color: #D13159; }
span { border-color: rgb(209,49,89); }
td.TdClassName
{
border-color: #D13159;
}
.TagClassName
{
border-color: #D13159;
}
</style>