Shades of Deep Cerise #D53995
Tints of Deep Cerise #D53995
RGB
CMYK
RGB Variations
Color information
#D53995 (or 0xD53995) is known color: Deep Cerise. HEX triplet: D5, 39 and 95. RGB value is (213,57,149). Sum of RGB (Red+Green+Blue) = 213+57+149=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 57 (22.66% from 255 or 13.60% from 419); Blue value is 149 (58.59% from 255 or 35.56% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D53995 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53995 is #2AC66A. Grayscale: #717171. Windows color (decimal): -2803307 or 9779669. OLE color: 9779669.
HSL color Cylindrical-coordinate representation of color #D53995: hue angle of 324.62º 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 #D53995 is Cyan = 0, Magento = 0.73, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 149 | - |
| CMYK | 0 | 0.73 | 0.30 | 0.16 |
| HSL | 324.62º | 0.65% | 0.53% | - |
| HSV(B) | 324.62º | 0.73% | 0.84% | - |
| XYZ | 34.33 | 19.24 | 30.34 | - |
| YUV | 114.13 | 147.68 | 198.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 149 | 0 | 0.73 | 0.30 | 0.16 | 324.62 | 0.65 | 0.53 |
| Hex | D5 | 39 | 95 | 0 | 49 | 1E | 10 | 145 | 41 | 35 |
| Octal | 325 | 71 | 225 | 0 | 111 | 36 | 20 | 505 | 101 | 65 |
| Binary | 11010101 | 111001 | 10010101 | 0 | 1001001 | 11110 | 10000 | 101000101 | 1000001 | 110101 |
Color Harmonies of #D53995
Complementary color
Monochromatic Colors of #D53995
Black with #D53995
Text Example
Text Example
White with #D53995
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53995; }
p { color: rgb(213,57,149); }
H1.HeaderClassName
{
color: #D53995;
}
.AnyTagClassName
{
color: #D53995;
}
</style>
background-color css
<style>
a { background-color: #D53995; }
a { background-color: rgb(213,57,149); }
div.DivClassName
{
background-color: #D53995;
}
.BgClassName
{
background-color: #D53995;
}
</style>
border-color css
<style>
span { border-color: #D53995; }
span { border-color: rgb(213,57,149); }
td.TdClassName
{
border-color: #D53995;
}
.TagClassName
{
border-color: #D53995;
}
</style>