Shades of Cerise #D13E60
Tints of Cerise #D13E60
RGB
CMYK
RGB Variations
Color information
#D13E60 (or 0xD13E60) is known color: Cerise. HEX triplet: D1, 3E and 60. RGB value is (209,62,96). Sum of RGB (Red+Green+Blue) = 209+62+96=367 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.95% from 367); Green value is 62 (24.61% from 255 or 16.89% from 367); Blue value is 96 (37.89% from 255 or 26.16% from 367); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E60 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E60 is #2EC19F. Grayscale: #6D6D6D. Windows color (decimal): -3064224 or 6307537. OLE color: 6307537.
HSL color Cylindrical-coordinate representation of color #D13E60: hue angle of 346.12º degrees, saturation: 0.62, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D13E60 is Cyan = 0, Magento = 0.70, Yellow = 0.54 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 96 | - |
| CMYK | 0 | 0.70 | 0.54 | 0.18 |
| HSL | 346.12º | 0.62% | 0.53% | - |
| HSV(B) | 346.12º | 0.7% | 0.82% | - |
| XYZ | 30.13 | 17.85 | 12.92 | - |
| YUV | 109.83 | 120.2 | 198.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 96 | 0 | 0.70 | 0.54 | 0.18 | 346.12 | 0.62 | 0.53 |
| Hex | D1 | 3E | 60 | 0 | 46 | 36 | 12 | 15A | 3E | 35 |
| Octal | 321 | 76 | 140 | 0 | 106 | 66 | 22 | 532 | 76 | 65 |
| Binary | 11010001 | 111110 | 1100000 | 0 | 1000110 | 110110 | 10010 | 101011010 | 111110 | 110101 |
Color Harmonies of #D13E60
Complementary color
Monochromatic Colors of #D13E60
Black with #D13E60
Text Example
Text Example
White with #D13E60
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E60; }
p { color: rgb(209,62,96); }
H1.HeaderClassName
{
color: #D13E60;
}
.AnyTagClassName
{
color: #D13E60;
}
</style>
background-color css
<style>
a { background-color: #D13E60; }
a { background-color: rgb(209,62,96); }
div.DivClassName
{
background-color: #D13E60;
}
.BgClassName
{
background-color: #D13E60;
}
</style>
border-color css
<style>
span { border-color: #D13E60; }
span { border-color: rgb(209,62,96); }
td.TdClassName
{
border-color: #D13E60;
}
.TagClassName
{
border-color: #D13E60;
}
</style>