Shades of Deep Cerise #D53591
Tints of Deep Cerise #D53591
RGB
CMYK
RGB Variations
Color information
#D53591 (or 0xD53591) is known color: Deep Cerise. HEX triplet: D5, 35 and 91. RGB value is (213,53,145). Sum of RGB (Red+Green+Blue) = 213+53+145=411 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.82% from 411); Green value is 53 (21.09% from 255 or 12.90% from 411); Blue value is 145 (57.03% from 255 or 35.28% from 411); Max value from RGB is 213 - color contains mainly: red. Hex color #D53591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53591 is #2ACA6E. Grayscale: #6F6F6F. Windows color (decimal): -2804335 or 9516501. OLE color: 9516501.
HSL color Cylindrical-coordinate representation of color #D53591: hue angle of 325.5º degrees, saturation: 0.66, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53591 is Cyan = 0, Magento = 0.75, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 53 | 145 | - |
| CMYK | 0 | 0.75 | 0.32 | 0.16 |
| HSL | 325.5º | 0.66% | 0.52% | - |
| HSV(B) | 325.5º | 0.75% | 0.84% | - |
| XYZ | 33.82 | 18.74 | 28.62 | - |
| YUV | 111.33 | 147.01 | 200.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 53 | 145 | 0 | 0.75 | 0.32 | 0.16 | 325.5 | 0.66 | 0.52 |
| Hex | D5 | 35 | 91 | 0 | 4B | 20 | 10 | 146 | 42 | 34 |
| Octal | 325 | 65 | 221 | 0 | 113 | 40 | 20 | 506 | 102 | 64 |
| Binary | 11010101 | 110101 | 10010001 | 0 | 1001011 | 100000 | 10000 | 101000110 | 1000010 | 110100 |
Color Harmonies of #D53591
Complementary color
Monochromatic Colors of #D53591
Black with #D53591
Text Example
Text Example
White with #D53591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53591; }
p { color: rgb(213,53,145); }
H1.HeaderClassName
{
color: #D53591;
}
.AnyTagClassName
{
color: #D53591;
}
</style>
background-color css
<style>
a { background-color: #D53591; }
a { background-color: rgb(213,53,145); }
div.DivClassName
{
background-color: #D53591;
}
.BgClassName
{
background-color: #D53591;
}
</style>
border-color css
<style>
span { border-color: #D53591; }
span { border-color: rgb(213,53,145); }
td.TdClassName
{
border-color: #D53591;
}
.TagClassName
{
border-color: #D53591;
}
</style>