Shades of Cerise #D13359
Tints of Cerise #D13359
RGB
CMYK
RGB Variations
Color information
#D13359 (or 0xD13359) is known color: Cerise. HEX triplet: D1, 33 and 59. RGB value is (209,51,89). Sum of RGB (Red+Green+Blue) = 209+51+89=349 (46% of max value = 765). Red value is 209 (82.03% from 255 or 59.89% from 349); Green value is 51 (20.31% from 255 or 14.61% from 349); Blue value is 89 (35.16% from 255 or 25.50% from 349); Max value from RGB is 209 - color contains mainly: red. Hex color #D13359 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13359 is #2ECCA6. Grayscale: #666666. Windows color (decimal): -3067047 or 5845969. OLE color: 5845969.
HSL color Cylindrical-coordinate representation of color #D13359: hue angle of 345.57º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D13359 is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 51 | 89 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.18 |
| HSL | 345.57º | 0.63% | 0.51% | - |
| HSV(B) | 345.57º | 0.76% | 0.82% | - |
| XYZ | 29.28 | 16.64 | 11.12 | - |
| YUV | 102.57 | 120.35 | 203.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 51 | 89 | 0 | 0.76 | 0.57 | 0.18 | 345.57 | 0.63 | 0.51 |
| Hex | D1 | 33 | 59 | 0 | 4C | 39 | 12 | 15A | 3F | 33 |
| Octal | 321 | 63 | 131 | 0 | 114 | 71 | 22 | 532 | 77 | 63 |
| Binary | 11010001 | 110011 | 1011001 | 0 | 1001100 | 111001 | 10010 | 101011010 | 111111 | 110011 |
Color Harmonies of #D13359
Complementary color
Monochromatic Colors of #D13359
Black with #D13359
Text Example
Text Example
White with #D13359
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13359; }
p { color: rgb(209,51,89); }
H1.HeaderClassName
{
color: #D13359;
}
.AnyTagClassName
{
color: #D13359;
}
</style>
background-color css
<style>
a { background-color: #D13359; }
a { background-color: rgb(209,51,89); }
div.DivClassName
{
background-color: #D13359;
}
.BgClassName
{
background-color: #D13359;
}
</style>
border-color css
<style>
span { border-color: #D13359; }
span { border-color: rgb(209,51,89); }
td.TdClassName
{
border-color: #D13359;
}
.TagClassName
{
border-color: #D13359;
}
</style>