Shades of Deep Cerise #D53997
Tints of Deep Cerise #D53997
RGB
CMYK
RGB Variations
Color information
#D53997 (or 0xD53997) is known color: Deep Cerise. HEX triplet: D5, 39 and 97. RGB value is (213,57,151). Sum of RGB (Red+Green+Blue) = 213+57+151=421 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.59% from 421); Green value is 57 (22.66% from 255 or 13.54% from 421); Blue value is 151 (59.38% from 255 or 35.87% from 421); Max value from RGB is 213 - color contains mainly: red. Hex color #D53997 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53997 is #2AC668. Grayscale: #727272. Windows color (decimal): -2803305 or 9910741. OLE color: 9910741.
HSL color Cylindrical-coordinate representation of color #D53997: hue angle of 323.85º 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 #D53997 is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 57 | 151 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.16 |
| HSL | 323.85º | 0.65% | 0.53% | - |
| HSV(B) | 323.85º | 0.73% | 0.84% | - |
| XYZ | 34.49 | 19.31 | 31.19 | - |
| YUV | 114.36 | 148.68 | 198.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 57 | 151 | 0 | 0.73 | 0.29 | 0.16 | 323.85 | 0.65 | 0.53 |
| Hex | D5 | 39 | 97 | 0 | 49 | 1D | 10 | 144 | 41 | 35 |
| Octal | 325 | 71 | 227 | 0 | 111 | 35 | 20 | 504 | 101 | 65 |
| Binary | 11010101 | 111001 | 10010111 | 0 | 1001001 | 11101 | 10000 | 101000100 | 1000001 | 110101 |
Color Harmonies of #D53997
Complementary color
Monochromatic Colors of #D53997
Black with #D53997
Text Example
Text Example
White with #D53997
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53997; }
p { color: rgb(213,57,151); }
H1.HeaderClassName
{
color: #D53997;
}
.AnyTagClassName
{
color: #D53997;
}
</style>
background-color css
<style>
a { background-color: #D53997; }
a { background-color: rgb(213,57,151); }
div.DivClassName
{
background-color: #D53997;
}
.BgClassName
{
background-color: #D53997;
}
</style>
border-color css
<style>
span { border-color: #D53997; }
span { border-color: rgb(213,57,151); }
td.TdClassName
{
border-color: #D53997;
}
.TagClassName
{
border-color: #D53997;
}
</style>