Shades of Deep Cerise #D53A87
Tints of Deep Cerise #D53A87
RGB
CMYK
RGB Variations
Color information
#D53A87 (or 0xD53A87) is known color: Deep Cerise. HEX triplet: D5, 3A and 87. RGB value is (213,58,135). Sum of RGB (Red+Green+Blue) = 213+58+135=406 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.46% from 406); Green value is 58 (23.05% from 255 or 14.29% from 406); Blue value is 135 (53.12% from 255 or 33.25% from 406); Max value from RGB is 213 - color contains mainly: red. Hex color #D53A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53A87 is #2AC578. Grayscale: #707070. Windows color (decimal): -2803065 or 8862421. OLE color: 8862421.
HSL color Cylindrical-coordinate representation of color #D53A87: hue angle of 330.19º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #D53A87 is Cyan = 0, Magento = 0.73, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 58 | 135 | - |
| CMYK | 0 | 0.73 | 0.37 | 0.16 |
| HSL | 330.19º | 0.65% | 0.53% | - |
| HSV(B) | 330.19º | 0.73% | 0.84% | - |
| XYZ | 33.33 | 18.92 | 24.82 | - |
| YUV | 113.12 | 140.35 | 199.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 58 | 135 | 0 | 0.73 | 0.37 | 0.16 | 330.19 | 0.65 | 0.53 |
| Hex | D5 | 3A | 87 | 0 | 49 | 25 | 10 | 14A | 41 | 35 |
| Octal | 325 | 72 | 207 | 0 | 111 | 45 | 20 | 512 | 101 | 65 |
| Binary | 11010101 | 111010 | 10000111 | 0 | 1001001 | 100101 | 10000 | 101001010 | 1000001 | 110101 |
Color Harmonies of #D53A87
Complementary color
Monochromatic Colors of #D53A87
Black with #D53A87
Text Example
Text Example
White with #D53A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53A87; }
p { color: rgb(213,58,135); }
H1.HeaderClassName
{
color: #D53A87;
}
.AnyTagClassName
{
color: #D53A87;
}
</style>
background-color css
<style>
a { background-color: #D53A87; }
a { background-color: rgb(213,58,135); }
div.DivClassName
{
background-color: #D53A87;
}
.BgClassName
{
background-color: #D53A87;
}
</style>
border-color css
<style>
span { border-color: #D53A87; }
span { border-color: rgb(213,58,135); }
td.TdClassName
{
border-color: #D53A87;
}
.TagClassName
{
border-color: #D53A87;
}
</style>