Shades of Deep Cerise #D52396
Tints of Deep Cerise #D52396
RGB
CMYK
RGB Variations
Color information
#D52396 (or 0xD52396) is known color: Deep Cerise. HEX triplet: D5, 23 and 96. RGB value is (213,35,150). Sum of RGB (Red+Green+Blue) = 213+35+150=398 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.52% from 398); Green value is 35 (14.06% from 255 or 8.79% from 398); Blue value is 150 (58.98% from 255 or 37.69% from 398); Max value from RGB is 213 - color contains mainly: red. Hex color #D52396 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52396 is #2ADC69. Grayscale: #656565. Windows color (decimal): -2808938 or 9839573. OLE color: 9839573.
HSL color Cylindrical-coordinate representation of color #D52396: hue angle of 321.24º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52396 is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 150 | - |
| CMYK | 0 | 0.84 | 0.30 | 0.16 |
| HSL | 321.24º | 0.72% | 0.49% | - |
| HSV(B) | 321.24º | 0.84% | 0.84% | - |
| XYZ | 33.55 | 17.55 | 30.47 | - |
| YUV | 101.33 | 155.47 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 150 | 0 | 0.84 | 0.30 | 0.16 | 321.24 | 0.72 | 0.49 |
| Hex | D5 | 23 | 96 | 0 | 54 | 1E | 10 | 141 | 48 | 31 |
| Octal | 325 | 43 | 226 | 0 | 124 | 36 | 20 | 501 | 110 | 61 |
| Binary | 11010101 | 100011 | 10010110 | 0 | 1010100 | 11110 | 10000 | 101000001 | 1001000 | 110001 |
Color Harmonies of #D52396
Complementary color
Monochromatic Colors of #D52396
Black with #D52396
Text Example
Text Example
White with #D52396
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52396; }
p { color: rgb(213,35,150); }
H1.HeaderClassName
{
color: #D52396;
}
.AnyTagClassName
{
color: #D52396;
}
</style>
background-color css
<style>
a { background-color: #D52396; }
a { background-color: rgb(213,35,150); }
div.DivClassName
{
background-color: #D52396;
}
.BgClassName
{
background-color: #D52396;
}
</style>
border-color css
<style>
span { border-color: #D52396; }
span { border-color: rgb(213,35,150); }
td.TdClassName
{
border-color: #D52396;
}
.TagClassName
{
border-color: #D52396;
}
</style>