Shades of Cerise #D13E5E
Tints of Cerise #D13E5E
RGB
CMYK
RGB Variations
Color information
#D13E5E (or 0xD13E5E) is known color: Cerise. HEX triplet: D1, 3E and 5E. RGB value is (209,62,94). Sum of RGB (Red+Green+Blue) = 209+62+94=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 62 (24.61% from 255 or 16.99% from 365); Blue value is 94 (37.11% from 255 or 25.75% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E5E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E5E is #2EC1A1. Grayscale: #6D6D6D. Windows color (decimal): -3064226 or 6176465. OLE color: 6176465.
HSL color Cylindrical-coordinate representation of color #D13E5E: hue angle of 346.94º 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 #D13E5E is Cyan = 0, Magento = 0.70, Yellow = 0.55 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 94 | - |
| CMYK | 0 | 0.70 | 0.55 | 0.18 |
| HSL | 346.94º | 0.62% | 0.53% | - |
| HSV(B) | 346.94º | 0.7% | 0.82% | - |
| XYZ | 30.04 | 17.81 | 12.44 | - |
| YUV | 109.6 | 119.2 | 198.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 94 | 0 | 0.70 | 0.55 | 0.18 | 346.94 | 0.62 | 0.53 |
| Hex | D1 | 3E | 5E | 0 | 46 | 37 | 12 | 15B | 3E | 35 |
| Octal | 321 | 76 | 136 | 0 | 106 | 67 | 22 | 533 | 76 | 65 |
| Binary | 11010001 | 111110 | 1011110 | 0 | 1000110 | 110111 | 10010 | 101011011 | 111110 | 110101 |
Color Harmonies of #D13E5E
Complementary color
Monochromatic Colors of #D13E5E
Black with #D13E5E
Text Example
Text Example
White with #D13E5E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E5E; }
p { color: rgb(209,62,94); }
H1.HeaderClassName
{
color: #D13E5E;
}
.AnyTagClassName
{
color: #D13E5E;
}
</style>
background-color css
<style>
a { background-color: #D13E5E; }
a { background-color: rgb(209,62,94); }
div.DivClassName
{
background-color: #D13E5E;
}
.BgClassName
{
background-color: #D13E5E;
}
</style>
border-color css
<style>
span { border-color: #D13E5E; }
span { border-color: rgb(209,62,94); }
td.TdClassName
{
border-color: #D13E5E;
}
.TagClassName
{
border-color: #D13E5E;
}
</style>