Shades of Deep Cerise #D13E7C
Tints of Deep Cerise #D13E7C
RGB
CMYK
RGB Variations
Color information
#D13E7C (or 0xD13E7C) is known color: Deep Cerise. HEX triplet: D1, 3E and 7C. RGB value is (209,62,124). Sum of RGB (Red+Green+Blue) = 209+62+124=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 124 (48.83% from 255 or 31.39% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E7C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E7C is #2EC183. Grayscale: #707070. Windows color (decimal): -3064196 or 8142545. OLE color: 8142545.
HSL color Cylindrical-coordinate representation of color #D13E7C: hue angle of 334.69º 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 #D13E7C is Cyan = 0, Magento = 0.70, Yellow = 0.41 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 124 | - |
| CMYK | 0 | 0.70 | 0.41 | 0.18 |
| HSL | 334.69º | 0.62% | 0.53% | - |
| HSV(B) | 334.69º | 0.7% | 0.82% | - |
| XYZ | 31.66 | 18.46 | 20.96 | - |
| YUV | 113.02 | 134.2 | 196.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 124 | 0 | 0.70 | 0.41 | 0.18 | 334.69 | 0.62 | 0.53 |
| Hex | D1 | 3E | 7C | 0 | 46 | 29 | 12 | 14F | 3E | 35 |
| Octal | 321 | 76 | 174 | 0 | 106 | 51 | 22 | 517 | 76 | 65 |
| Binary | 11010001 | 111110 | 1111100 | 0 | 1000110 | 101001 | 10010 | 101001111 | 111110 | 110101 |
Color Harmonies of #D13E7C
Complementary color
Monochromatic Colors of #D13E7C
Black with #D13E7C
Text Example
Text Example
White with #D13E7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E7C; }
p { color: rgb(209,62,124); }
H1.HeaderClassName
{
color: #D13E7C;
}
.AnyTagClassName
{
color: #D13E7C;
}
</style>
background-color css
<style>
a { background-color: #D13E7C; }
a { background-color: rgb(209,62,124); }
div.DivClassName
{
background-color: #D13E7C;
}
.BgClassName
{
background-color: #D13E7C;
}
</style>
border-color css
<style>
span { border-color: #D13E7C; }
span { border-color: rgb(209,62,124); }
td.TdClassName
{
border-color: #D13E7C;
}
.TagClassName
{
border-color: #D13E7C;
}
</style>