Shades of Deep Cerise #D13486
Tints of Deep Cerise #D13486
RGB
CMYK
RGB Variations
Color information
#D13486 (or 0xD13486) is known color: Deep Cerise. HEX triplet: D1, 34 and 86. RGB value is (209,52,134). Sum of RGB (Red+Green+Blue) = 209+52+134=395 (52% of max value = 765). Red value is 209 (82.03% from 255 or 52.91% from 395); Green value is 52 (20.70% from 255 or 13.16% from 395); Blue value is 134 (52.73% from 255 or 33.92% from 395); Max value from RGB is 209 - color contains mainly: red. Hex color #D13486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D13486 is #2ECB79. Grayscale: #6C6C6C. Windows color (decimal): -3066746 or 8795345. OLE color: 8795345.
HSL color Cylindrical-coordinate representation of color #D13486: hue angle of 328.66º 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 #D13486 is Cyan = 0, Magento = 0.75, Yellow = 0.36 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 209 | 52 | 134 | - |
| CMYK | 0 | 0.75 | 0.36 | 0.18 |
| HSL | 328.66º | 0.63% | 0.51% | - |
| HSV(B) | 328.66º | 0.75% | 0.82% | - |
| XYZ | 31.83 | 17.73 | 24.3 | - |
| YUV | 108.29 | 142.51 | 199.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 52 | 134 | 0 | 0.75 | 0.36 | 0.18 | 328.66 | 0.63 | 0.51 |
| Hex | D1 | 34 | 86 | 0 | 4B | 24 | 12 | 149 | 3F | 33 |
| Octal | 321 | 64 | 206 | 0 | 113 | 44 | 22 | 511 | 77 | 63 |
| Binary | 11010001 | 110100 | 10000110 | 0 | 1001011 | 100100 | 10010 | 101001001 | 111111 | 110011 |
Color Harmonies of #D13486
Complementary color
Monochromatic Colors of #D13486
Black with #D13486
Text Example
Text Example
White with #D13486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D13486; }
p { color: rgb(209,52,134); }
H1.HeaderClassName
{
color: #D13486;
}
.AnyTagClassName
{
color: #D13486;
}
</style>
background-color css
<style>
a { background-color: #D13486; }
a { background-color: rgb(209,52,134); }
div.DivClassName
{
background-color: #D13486;
}
.BgClassName
{
background-color: #D13486;
}
</style>
border-color css
<style>
span { border-color: #D13486; }
span { border-color: rgb(209,52,134); }
td.TdClassName
{
border-color: #D13486;
}
.TagClassName
{
border-color: #D13486;
}
</style>