Shades of Deep Cerise #D13E7E
Tints of Deep Cerise #D13E7E
RGB
CMYK
RGB Variations
Color information
#D13E7E (or 0xD13E7E) is known color: Deep Cerise. HEX triplet: D1, 3E and 7E. RGB value is (209,62,126). Sum of RGB (Red+Green+Blue) = 209+62+126=397 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.64% from 397); Green value is 62 (24.61% from 255 or 15.62% from 397); Blue value is 126 (49.61% from 255 or 31.74% from 397); Max value from RGB is 209 - color contains mainly: red. Hex color #D13E7E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D13E7E is #2EC181. Grayscale: #717171. Windows color (decimal): -3064194 or 8273617. OLE color: 8273617.
HSL color Cylindrical-coordinate representation of color #D13E7E: hue angle of 333.88º 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 #D13E7E is Cyan = 0, Magento = 0.70, Yellow = 0.40 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 62 | 126 | - |
| CMYK | 0 | 0.70 | 0.40 | 0.18 |
| HSL | 333.88º | 0.62% | 0.53% | - |
| HSV(B) | 333.88º | 0.7% | 0.82% | - |
| XYZ | 31.78 | 18.51 | 21.64 | - |
| YUV | 113.25 | 135.2 | 196.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 62 | 126 | 0 | 0.70 | 0.40 | 0.18 | 333.88 | 0.62 | 0.53 |
| Hex | D1 | 3E | 7E | 0 | 46 | 28 | 12 | 14E | 3E | 35 |
| Octal | 321 | 76 | 176 | 0 | 106 | 50 | 22 | 516 | 76 | 65 |
| Binary | 11010001 | 111110 | 1111110 | 0 | 1000110 | 101000 | 10010 | 101001110 | 111110 | 110101 |
Color Harmonies of #D13E7E
Complementary color
Monochromatic Colors of #D13E7E
Black with #D13E7E
Text Example
Text Example
White with #D13E7E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13E7E; }
p { color: rgb(209,62,126); }
H1.HeaderClassName
{
color: #D13E7E;
}
.AnyTagClassName
{
color: #D13E7E;
}
</style>
background-color css
<style>
a { background-color: #D13E7E; }
a { background-color: rgb(209,62,126); }
div.DivClassName
{
background-color: #D13E7E;
}
.BgClassName
{
background-color: #D13E7E;
}
</style>
border-color css
<style>
span { border-color: #D13E7E; }
span { border-color: rgb(209,62,126); }
td.TdClassName
{
border-color: #D13E7E;
}
.TagClassName
{
border-color: #D13E7E;
}
</style>