Shades of Deep Cerise #D52896
Tints of Deep Cerise #D52896
RGB
CMYK
RGB Variations
Color information
#D52896 (or 0xD52896) is known color: Deep Cerise. HEX triplet: D5, 28 and 96. RGB value is (213,40,150). Sum of RGB (Red+Green+Blue) = 213+40+150=403 (53% of max value = 765). Red value is 213 (83.59% from 255 or 52.85% from 403); Green value is 40 (16.02% from 255 or 9.93% from 403); Blue value is 150 (58.98% from 255 or 37.22% from 403); Max value from RGB is 213 - color contains mainly: red. Hex color #D52896 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52896 is #2AD769. Grayscale: #686868. Windows color (decimal): -2807658 or 9840853. OLE color: 9840853.
HSL color Cylindrical-coordinate representation of color #D52896: hue angle of 321.85º degrees, saturation: 0.68, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D52896 is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 150 | - |
| CMYK | 0 | 0.81 | 0.30 | 0.16 |
| HSL | 321.85º | 0.68% | 0.5% | - |
| HSV(B) | 321.85º | 0.81% | 0.84% | - |
| XYZ | 33.7 | 17.87 | 30.53 | - |
| YUV | 104.27 | 153.81 | 205.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 150 | 0 | 0.81 | 0.30 | 0.16 | 321.85 | 0.68 | 0.5 |
| Hex | D5 | 28 | 96 | 0 | 51 | 1E | 10 | 142 | 44 | 32 |
| Octal | 325 | 50 | 226 | 0 | 121 | 36 | 20 | 502 | 104 | 62 |
| Binary | 11010101 | 101000 | 10010110 | 0 | 1010001 | 11110 | 10000 | 101000010 | 1000100 | 110010 |
Color Harmonies of #D52896
Complementary color
Monochromatic Colors of #D52896
Black with #D52896
Text Example
Text Example
White with #D52896
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52896; }
p { color: rgb(213,40,150); }
H1.HeaderClassName
{
color: #D52896;
}
.AnyTagClassName
{
color: #D52896;
}
</style>
background-color css
<style>
a { background-color: #D52896; }
a { background-color: rgb(213,40,150); }
div.DivClassName
{
background-color: #D52896;
}
.BgClassName
{
background-color: #D52896;
}
</style>
border-color css
<style>
span { border-color: #D52896; }
span { border-color: rgb(213,40,150); }
td.TdClassName
{
border-color: #D52896;
}
.TagClassName
{
border-color: #D52896;
}
</style>