Shades of Deep Cerise #D52386
Tints of Deep Cerise #D52386
RGB
CMYK
RGB Variations
Color information
#D52386 (or 0xD52386) is known color: Deep Cerise. HEX triplet: D5, 23 and 86. RGB value is (213,35,134). Sum of RGB (Red+Green+Blue) = 213+35+134=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 35 (14.06% from 255 or 9.16% from 382); Blue value is 134 (52.73% from 255 or 35.08% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D52386 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52386 is #2ADC79. Grayscale: #636363. Windows color (decimal): -2808954 or 8790997. OLE color: 8790997.
HSL color Cylindrical-coordinate representation of color #D52386: hue angle of 326.63º 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 #D52386 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 134 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.16 |
| HSL | 326.63º | 0.72% | 0.49% | - |
| HSV(B) | 326.63º | 0.84% | 0.84% | - |
| XYZ | 32.34 | 17.07 | 24.14 | - |
| YUV | 99.51 | 147.47 | 208.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 134 | 0 | 0.84 | 0.37 | 0.16 | 326.63 | 0.72 | 0.49 |
| Hex | D5 | 23 | 86 | 0 | 54 | 25 | 10 | 147 | 48 | 31 |
| Octal | 325 | 43 | 206 | 0 | 124 | 45 | 20 | 507 | 110 | 61 |
| Binary | 11010101 | 100011 | 10000110 | 0 | 1010100 | 100101 | 10000 | 101000111 | 1001000 | 110001 |
Color Harmonies of #D52386
Complementary color
Monochromatic Colors of #D52386
Black with #D52386
Text Example
Text Example
White with #D52386
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52386; }
p { color: rgb(213,35,134); }
H1.HeaderClassName
{
color: #D52386;
}
.AnyTagClassName
{
color: #D52386;
}
</style>
background-color css
<style>
a { background-color: #D52386; }
a { background-color: rgb(213,35,134); }
div.DivClassName
{
background-color: #D52386;
}
.BgClassName
{
background-color: #D52386;
}
</style>
border-color css
<style>
span { border-color: #D52386; }
span { border-color: rgb(213,35,134); }
td.TdClassName
{
border-color: #D52386;
}
.TagClassName
{
border-color: #D52386;
}
</style>