Shades of Deep Cerise #D53780
Tints of Deep Cerise #D53780
RGB
CMYK
RGB Variations
Color information
#D53780 (or 0xD53780) is known color: Deep Cerise. HEX triplet: D5, 37 and 80. RGB value is (213,55,128). Sum of RGB (Red+Green+Blue) = 213+55+128=396 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.79% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 128 (50.39% from 255 or 32.32% from 396); Max value from RGB is 213 - color contains mainly: red. Hex color #D53780 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53780 is #2AC87F. Grayscale: #6E6E6E. Windows color (decimal): -2803840 or 8402901. OLE color: 8402901.
HSL color Cylindrical-coordinate representation of color #D53780: hue angle of 332.28º 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 #D53780 is Cyan = 0, Magento = 0.74, Yellow = 0.40 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 128 | - |
| CMYK | 0 | 0.74 | 0.40 | 0.16 |
| HSL | 332.28º | 0.65% | 0.53% | - |
| HSV(B) | 332.28º | 0.74% | 0.84% | - |
| XYZ | 32.7 | 18.44 | 22.26 | - |
| YUV | 110.56 | 137.85 | 201.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 128 | 0 | 0.74 | 0.40 | 0.16 | 332.28 | 0.65 | 0.53 |
| Hex | D5 | 37 | 80 | 0 | 4A | 28 | 10 | 14C | 41 | 35 |
| Octal | 325 | 67 | 200 | 0 | 112 | 50 | 20 | 514 | 101 | 65 |
| Binary | 11010101 | 110111 | 10000000 | 0 | 1001010 | 101000 | 10000 | 101001100 | 1000001 | 110101 |
Color Harmonies of #D53780
Complementary color
Monochromatic Colors of #D53780
Black with #D53780
Text Example
Text Example
White with #D53780
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53780; }
p { color: rgb(213,55,128); }
H1.HeaderClassName
{
color: #D53780;
}
.AnyTagClassName
{
color: #D53780;
}
</style>
background-color css
<style>
a { background-color: #D53780; }
a { background-color: rgb(213,55,128); }
div.DivClassName
{
background-color: #D53780;
}
.BgClassName
{
background-color: #D53780;
}
</style>
border-color css
<style>
span { border-color: #D53780; }
span { border-color: rgb(213,55,128); }
td.TdClassName
{
border-color: #D53780;
}
.TagClassName
{
border-color: #D53780;
}
</style>