Shades of Deep Cerise #D53696
Tints of Deep Cerise #D53696
RGB
CMYK
RGB Variations
Color information
#D53696 (or 0xD53696) is known color: Deep Cerise. HEX triplet: D5, 36 and 96. RGB value is (213,54,150). Sum of RGB (Red+Green+Blue) = 213+54+150=417 (55% of max value = 765). Red value is 213 (83.59% from 255 or 51.08% from 417); Green value is 54 (21.48% from 255 or 12.95% from 417); Blue value is 150 (58.98% from 255 or 35.97% from 417); Max value from RGB is 213 - color contains mainly: red. Hex color #D53696 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D53696 is #2AC969. Grayscale: #707070. Windows color (decimal): -2804074 or 9844437. OLE color: 9844437.
HSL color Cylindrical-coordinate representation of color #D53696: hue angle of 323.77º degrees, saturation: 0.65, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #D53696 is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 54 | 150 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.16 |
| HSL | 323.77º | 0.65% | 0.52% | - |
| HSV(B) | 323.77º | 0.75% | 0.84% | - |
| XYZ | 34.26 | 18.99 | 30.71 | - |
| YUV | 112.49 | 149.18 | 199.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 54 | 150 | 0 | 0.75 | 0.30 | 0.16 | 323.77 | 0.65 | 0.52 |
| Hex | D5 | 36 | 96 | 0 | 4B | 1E | 10 | 144 | 41 | 34 |
| Octal | 325 | 66 | 226 | 0 | 113 | 36 | 20 | 504 | 101 | 64 |
| Binary | 11010101 | 110110 | 10010110 | 0 | 1001011 | 11110 | 10000 | 101000100 | 1000001 | 110100 |
Color Harmonies of #D53696
Complementary color
Monochromatic Colors of #D53696
Black with #D53696
Text Example
Text Example
White with #D53696
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D53696; }
p { color: rgb(213,54,150); }
H1.HeaderClassName
{
color: #D53696;
}
.AnyTagClassName
{
color: #D53696;
}
</style>
background-color css
<style>
a { background-color: #D53696; }
a { background-color: rgb(213,54,150); }
div.DivClassName
{
background-color: #D53696;
}
.BgClassName
{
background-color: #D53696;
}
</style>
border-color css
<style>
span { border-color: #D53696; }
span { border-color: rgb(213,54,150); }
td.TdClassName
{
border-color: #D53696;
}
.TagClassName
{
border-color: #D53696;
}
</style>