Shades of Deep Cerise #D54096
Tints of Deep Cerise #D54096
RGB
CMYK
RGB Variations
Color information
#D54096 (or 0xD54096) is known color: Deep Cerise. HEX triplet: D5, 40 and 96. RGB value is (213,64,150). Sum of RGB (Red+Green+Blue) = 213+64+150=427 (56% of max value = 765). Red value is 213 (83.59% from 255 or 49.88% from 427); Green value is 64 (25.39% from 255 or 14.99% from 427); Blue value is 150 (58.98% from 255 or 35.13% from 427); Max value from RGB is 213 - color contains mainly: red. Hex color #D54096 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D54096 is #2ABF69. Grayscale: #767676. Windows color (decimal): -2801514 or 9846997. OLE color: 9846997.
HSL color Cylindrical-coordinate representation of color #D54096: hue angle of 325.37º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #D54096 is Cyan = 0, Magento = 0.70, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 64 | 150 | - |
| CMYK | 0 | 0.70 | 0.30 | 0.16 |
| HSL | 325.37º | 0.64% | 0.54% | - |
| HSV(B) | 325.37º | 0.7% | 0.84% | - |
| XYZ | 34.78 | 20.01 | 30.88 | - |
| YUV | 118.36 | 145.86 | 195.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 64 | 150 | 0 | 0.70 | 0.30 | 0.16 | 325.37 | 0.64 | 0.54 |
| Hex | D5 | 40 | 96 | 0 | 46 | 1E | 10 | 145 | 40 | 36 |
| Octal | 325 | 100 | 226 | 0 | 106 | 36 | 20 | 505 | 100 | 66 |
| Binary | 11010101 | 1000000 | 10010110 | 0 | 1000110 | 11110 | 10000 | 101000101 | 1000000 | 110110 |
Color Harmonies of #D54096
Complementary color
Monochromatic Colors of #D54096
Black with #D54096
Text Example
Text Example
White with #D54096
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D54096; }
p { color: rgb(213,64,150); }
H1.HeaderClassName
{
color: #D54096;
}
.AnyTagClassName
{
color: #D54096;
}
</style>
background-color css
<style>
a { background-color: #D54096; }
a { background-color: rgb(213,64,150); }
div.DivClassName
{
background-color: #D54096;
}
.BgClassName
{
background-color: #D54096;
}
</style>
border-color css
<style>
span { border-color: #D54096; }
span { border-color: rgb(213,64,150); }
td.TdClassName
{
border-color: #D54096;
}
.TagClassName
{
border-color: #D54096;
}
</style>