Shades of Deep Cerise #D13599
Tints of Deep Cerise #D13599
RGB
CMYK
RGB Variations
Color information
#D13599 (or 0xD13599) is known color: Deep Cerise. HEX triplet: D1, 35 and 99. RGB value is (209,53,153). Sum of RGB (Red+Green+Blue) = 209+53+153=415 (54% of max value = 765). Red value is 209 (82.03% from 255 or 50.36% from 415); Green value is 53 (21.09% from 255 or 12.77% from 415); Blue value is 153 (60.16% from 255 or 36.87% from 415); Max value from RGB is 209 - color contains mainly: red. Hex color #D13599 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13599 is #2ECA66. Grayscale: #6E6E6E. Windows color (decimal): -3066471 or 10040785. OLE color: 10040785.
HSL color Cylindrical-coordinate representation of color #D13599: hue angle of 321.54º degrees, saturation: 0.63, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D13599 is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 53 | 153 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.18 |
| HSL | 321.54º | 0.63% | 0.51% | - |
| HSV(B) | 321.54º | 0.75% | 0.82% | - |
| XYZ | 33.32 | 18.4 | 31.93 | - |
| YUV | 111.04 | 151.68 | 197.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 53 | 153 | 0 | 0.75 | 0.27 | 0.18 | 321.54 | 0.63 | 0.51 |
| Hex | D1 | 35 | 99 | 0 | 4B | 1B | 12 | 142 | 3F | 33 |
| Octal | 321 | 65 | 231 | 0 | 113 | 33 | 22 | 502 | 77 | 63 |
| Binary | 11010001 | 110101 | 10011001 | 0 | 1001011 | 11011 | 10010 | 101000010 | 111111 | 110011 |
Color Harmonies of #D13599
Complementary color
Monochromatic Colors of #D13599
Black with #D13599
Text Example
Text Example
White with #D13599
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13599; }
p { color: rgb(209,53,153); }
H1.HeaderClassName
{
color: #D13599;
}
.AnyTagClassName
{
color: #D13599;
}
</style>
background-color css
<style>
a { background-color: #D13599; }
a { background-color: rgb(209,53,153); }
div.DivClassName
{
background-color: #D13599;
}
.BgClassName
{
background-color: #D13599;
}
</style>
border-color css
<style>
span { border-color: #D13599; }
span { border-color: rgb(209,53,153); }
td.TdClassName
{
border-color: #D13599;
}
.TagClassName
{
border-color: #D13599;
}
</style>