Shades of Deep Cerise #D53387
Tints of Deep Cerise #D53387
RGB
CMYK
RGB Variations
Color information
#D53387 (or 0xD53387) is known color: Deep Cerise. HEX triplet: D5, 33 and 87. RGB value is (213,51,135). Sum of RGB (Red+Green+Blue) = 213+51+135=399 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.38% from 399); Green value is 51 (20.31% from 255 or 12.78% from 399); Blue value is 135 (53.12% from 255 or 33.83% from 399); Max value from RGB is 213 - color contains mainly: red. Hex color #D53387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53387 is #2ACC78. Grayscale: #6C6C6C. Windows color (decimal): -2804857 or 8860629. OLE color: 8860629.
HSL color Cylindrical-coordinate representation of color #D53387: hue angle of 328.89º 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 #D53387 is Cyan = 0, Magento = 0.76, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 51 | 135 | - |
| CMYK | 0 | 0.76 | 0.37 | 0.16 |
| HSL | 328.89º | 0.66% | 0.52% | - |
| HSV(B) | 328.89º | 0.76% | 0.84% | - |
| XYZ | 33 | 18.26 | 24.71 | - |
| YUV | 109.01 | 142.67 | 202.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 51 | 135 | 0 | 0.76 | 0.37 | 0.16 | 328.89 | 0.66 | 0.52 |
| Hex | D5 | 33 | 87 | 0 | 4C | 25 | 10 | 149 | 42 | 34 |
| Octal | 325 | 63 | 207 | 0 | 114 | 45 | 20 | 511 | 102 | 64 |
| Binary | 11010101 | 110011 | 10000111 | 0 | 1001100 | 100101 | 10000 | 101001001 | 1000010 | 110100 |
Color Harmonies of #D53387
Complementary color
Monochromatic Colors of #D53387
Black with #D53387
Text Example
Text Example
White with #D53387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53387; }
p { color: rgb(213,51,135); }
H1.HeaderClassName
{
color: #D53387;
}
.AnyTagClassName
{
color: #D53387;
}
</style>
background-color css
<style>
a { background-color: #D53387; }
a { background-color: rgb(213,51,135); }
div.DivClassName
{
background-color: #D53387;
}
.BgClassName
{
background-color: #D53387;
}
</style>
border-color css
<style>
span { border-color: #D53387; }
span { border-color: rgb(213,51,135); }
td.TdClassName
{
border-color: #D53387;
}
.TagClassName
{
border-color: #D53387;
}
</style>