Shades of Deep Cerise #D53486
Tints of Deep Cerise #D53486
RGB
CMYK
RGB Variations
Color information
#D53486 (or 0xD53486) is known color: Deep Cerise. HEX triplet: D5, 34 and 86. RGB value is (213,52,134). Sum of RGB (Red+Green+Blue) = 213+52+134=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 52 (20.70% from 255 or 13.03% from 399); Blue value is 134 (52.73% from 255 or 33.58% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D53486 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53486 is #2ACB79. Grayscale: #6D6D6D. Windows color (decimal): -2804602 or 8795349. OLE color: 8795349.
HSL color Cylindrical-coordinate representation of color #D53486: hue angle of 329.44º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #D53486 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 52 | 134 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.16 |
| HSL | 329.44º | 0.66% | 0.52% | - |
| HSV(B) | 329.44º | 0.76% | 0.84% | - |
| XYZ | 32.97 | 18.32 | 24.35 | - |
| YUV | 109.49 | 141.84 | 201.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 52 | 134 | 0 | 0.76 | 0.37 | 0.16 | 329.44 | 0.66 | 0.52 |
| Hex | D5 | 34 | 86 | 0 | 4C | 25 | 10 | 149 | 42 | 34 |
| Octal | 325 | 64 | 206 | 0 | 114 | 45 | 20 | 511 | 102 | 64 |
| Binary | 11010101 | 110100 | 10000110 | 0 | 1001100 | 100101 | 10000 | 101001001 | 1000010 | 110100 |
Color Harmonies of #D53486
Complementary color
Monochromatic Colors of #D53486
Black with #D53486
Text Example
Text Example
White with #D53486
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53486; }
p { color: rgb(213,52,134); }
H1.HeaderClassName
{
color: #D53486;
}
.AnyTagClassName
{
color: #D53486;
}
</style>
background-color css
<style>
a { background-color: #D53486; }
a { background-color: rgb(213,52,134); }
div.DivClassName
{
background-color: #D53486;
}
.BgClassName
{
background-color: #D53486;
}
</style>
border-color css
<style>
span { border-color: #D53486; }
span { border-color: rgb(213,52,134); }
td.TdClassName
{
border-color: #D53486;
}
.TagClassName
{
border-color: #D53486;
}
</style>