Shades of Cerise #D13E6D
Tints of Cerise #D13E6D
RGB
CMYK
RGB Variations
Color information
#D13E6D (or 0xD13E6D) is known color: Cerise. HEX triplet: D1, 3E and 6D. RGB value is (209,62,109). Sum of RGB (Red+Green+Blue) = 209+62+109=380 (50% of max value = 765). Red value is 209 (82.03% from 255 or 55% from 380); Green value is 62 (24.61% from 255 or 16.32% from 380); Blue value is 109 (42.97% from 255 or 28.68% from 380); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E6D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E6D is #2EC192. Grayscale: #6F6F6F. Windows color (decimal): -3064211 or 7159505. OLE color: 7159505.
HSL color Cylindrical-coordinate representation of color #D13E6D: hue angle of 340.82º 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 #D13E6D is Cyan = 0, Magento = 0.70, Yellow = 0.48 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 109 | - |
| CMYK | 0 | 0.70 | 0.48 | 0.18 |
| HSL | 340.82º | 0.62% | 0.53% | - |
| HSV(B) | 340.82º | 0.7% | 0.82% | - |
| XYZ | 30.78 | 18.1 | 16.34 | - |
| YUV | 111.31 | 126.7 | 197.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 109 | 0 | 0.70 | 0.48 | 0.18 | 340.82 | 0.62 | 0.53 |
| Hex | D1 | 3E | 6D | 0 | 46 | 30 | 12 | 155 | 3E | 35 |
| Octal | 321 | 76 | 155 | 0 | 106 | 60 | 22 | 525 | 76 | 65 |
| Binary | 11010001 | 111110 | 1101101 | 0 | 1000110 | 110000 | 10010 | 101010101 | 111110 | 110101 |
Color Harmonies of #D13E6D
Complementary color
Monochromatic Colors of #D13E6D
Black with #D13E6D
Text Example
Text Example
White with #D13E6D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E6D; }
p { color: rgb(209,62,109); }
H1.HeaderClassName
{
color: #D13E6D;
}
.AnyTagClassName
{
color: #D13E6D;
}
</style>
background-color css
<style>
a { background-color: #D13E6D; }
a { background-color: rgb(209,62,109); }
div.DivClassName
{
background-color: #D13E6D;
}
.BgClassName
{
background-color: #D13E6D;
}
</style>
border-color css
<style>
span { border-color: #D13E6D; }
span { border-color: rgb(209,62,109); }
td.TdClassName
{
border-color: #D13E6D;
}
.TagClassName
{
border-color: #D13E6D;
}
</style>