Shades of Deep Cerise #D52287
Tints of Deep Cerise #D52287
RGB
CMYK
RGB Variations
Color information
#D52287 (or 0xD52287) is known color: Deep Cerise. HEX triplet: D5, 22 and 87. RGB value is (213,34,135). Sum of RGB (Red+Green+Blue) = 213+34+135=382 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.76% from 382); Green value is 34 (13.67% from 255 or 8.90% from 382); Blue value is 135 (53.12% from 255 or 35.34% from 382); Max value from RGB is 213 - color contains mainly: red. Hex color #D52287 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52287 is #2ADD78. Grayscale: #626262. Windows color (decimal): -2809209 or 8856277. OLE color: 8856277.
HSL color Cylindrical-coordinate representation of color #D52287: hue angle of 326.15º degrees, saturation: 0.72, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52287 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 34 | 135 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.16 |
| HSL | 326.15º | 0.72% | 0.48% | - |
| HSV(B) | 326.15º | 0.84% | 0.84% | - |
| XYZ | 32.39 | 17.04 | 24.5 | - |
| YUV | 99.04 | 148.3 | 209.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 34 | 135 | 0 | 0.84 | 0.37 | 0.16 | 326.15 | 0.72 | 0.48 |
| Hex | D5 | 22 | 87 | 0 | 54 | 25 | 10 | 146 | 48 | 30 |
| Octal | 325 | 42 | 207 | 0 | 124 | 45 | 20 | 506 | 110 | 60 |
| Binary | 11010101 | 100010 | 10000111 | 0 | 1010100 | 100101 | 10000 | 101000110 | 1001000 | 110000 |
Color Harmonies of #D52287
Complementary color
Monochromatic Colors of #D52287
Black with #D52287
Text Example
Text Example
White with #D52287
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52287; }
p { color: rgb(213,34,135); }
H1.HeaderClassName
{
color: #D52287;
}
.AnyTagClassName
{
color: #D52287;
}
</style>
background-color css
<style>
a { background-color: #D52287; }
a { background-color: rgb(213,34,135); }
div.DivClassName
{
background-color: #D52287;
}
.BgClassName
{
background-color: #D52287;
}
</style>
border-color css
<style>
span { border-color: #D52287; }
span { border-color: rgb(213,34,135); }
td.TdClassName
{
border-color: #D52287;
}
.TagClassName
{
border-color: #D52287;
}
</style>