Shades of Deep Cerise #D53788
Tints of Deep Cerise #D53788
RGB
CMYK
RGB Variations
Color information
#D53788 (or 0xD53788) is known color: Deep Cerise. HEX triplet: D5, 37 and 88. RGB value is (213,55,136). Sum of RGB (Red+Green+Blue) = 213+55+136=404 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.72% from 404); Green value is 55 (21.88% from 255 or 13.61% from 404); Blue value is 136 (53.52% from 255 or 33.66% from 404); Max value from RGB is 213 - color contains mainly: red. Hex color #D53788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53788 is #2AC877. Grayscale: #6F6F6F. Windows color (decimal): -2803832 or 8927189. OLE color: 8927189.
HSL color Cylindrical-coordinate representation of color #D53788: hue angle of 329.24º 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 #D53788 is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 55 | 136 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.16 |
| HSL | 329.24º | 0.65% | 0.53% | - |
| HSV(B) | 329.24º | 0.74% | 0.84% | - |
| XYZ | 33.25 | 18.66 | 25.14 | - |
| YUV | 111.48 | 141.85 | 200.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 55 | 136 | 0 | 0.74 | 0.36 | 0.16 | 329.24 | 0.65 | 0.53 |
| Hex | D5 | 37 | 88 | 0 | 4A | 24 | 10 | 149 | 41 | 35 |
| Octal | 325 | 67 | 210 | 0 | 112 | 44 | 20 | 511 | 101 | 65 |
| Binary | 11010101 | 110111 | 10001000 | 0 | 1001010 | 100100 | 10000 | 101001001 | 1000001 | 110101 |
Color Harmonies of #D53788
Complementary color
Monochromatic Colors of #D53788
Black with #D53788
Text Example
Text Example
White with #D53788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53788; }
p { color: rgb(213,55,136); }
H1.HeaderClassName
{
color: #D53788;
}
.AnyTagClassName
{
color: #D53788;
}
</style>
background-color css
<style>
a { background-color: #D53788; }
a { background-color: rgb(213,55,136); }
div.DivClassName
{
background-color: #D53788;
}
.BgClassName
{
background-color: #D53788;
}
</style>
border-color css
<style>
span { border-color: #D53788; }
span { border-color: rgb(213,55,136); }
td.TdClassName
{
border-color: #D53788;
}
.TagClassName
{
border-color: #D53788;
}
</style>