Shades of Deep Cerise #D53791
Tints of Deep Cerise #D53791
RGB
CMYK
RGB Variations
Color information
#D53791 (or 0xD53791) is known color: Deep Cerise. HEX triplet: D5, 37 and 91. RGB value is (213,55,145). Sum of RGB (Red+Green+Blue) = 213+55+145=413 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.57% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 145 (57.03% from 255 or 35.11% from 413); Max value from RGB is 213 - color contains mainly: red. Hex color #D53791 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53791 is #2AC86E. Grayscale: #707070. Windows color (decimal): -2803823 or 9517013. OLE color: 9517013.
HSL color Cylindrical-coordinate representation of color #D53791: hue angle of 325.82º degrees, saturation: 0.65, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #D53791 is Cyan = 0, Magento = 0.74, Yellow = 0.32 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 145 | - |
| CMYK | 0 | 0.74 | 0.32 | 0.16 |
| HSL | 325.82º | 0.65% | 0.53% | - |
| HSV(B) | 325.82º | 0.74% | 0.84% | - |
| XYZ | 33.92 | 18.92 | 28.65 | - |
| YUV | 112.5 | 146.35 | 199.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 145 | 0 | 0.74 | 0.32 | 0.16 | 325.82 | 0.65 | 0.53 |
| Hex | D5 | 37 | 91 | 0 | 4A | 20 | 10 | 146 | 41 | 35 |
| Octal | 325 | 67 | 221 | 0 | 112 | 40 | 20 | 506 | 101 | 65 |
| Binary | 11010101 | 110111 | 10010001 | 0 | 1001010 | 100000 | 10000 | 101000110 | 1000001 | 110101 |
Color Harmonies of #D53791
Complementary color
Monochromatic Colors of #D53791
Black with #D53791
Text Example
Text Example
White with #D53791
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53791; }
p { color: rgb(213,55,145); }
H1.HeaderClassName
{
color: #D53791;
}
.AnyTagClassName
{
color: #D53791;
}
</style>
background-color css
<style>
a { background-color: #D53791; }
a { background-color: rgb(213,55,145); }
div.DivClassName
{
background-color: #D53791;
}
.BgClassName
{
background-color: #D53791;
}
</style>
border-color css
<style>
span { border-color: #D53791; }
span { border-color: rgb(213,55,145); }
td.TdClassName
{
border-color: #D53791;
}
.TagClassName
{
border-color: #D53791;
}
</style>