Shades of Deep Cerise #D52877
Tints of Deep Cerise #D52877
RGB
CMYK
RGB Variations
Color information
#D52877 (or 0xD52877) is known color: Deep Cerise. HEX triplet: D5, 28 and 77. RGB value is (213,40,119). Sum of RGB (Red+Green+Blue) = 213+40+119=372 (49% of max value = 765). Red value is 213 (83.59% from 255 or 57.26% from 372); Green value is 40 (16.02% from 255 or 10.75% from 372); Blue value is 119 (46.88% from 255 or 31.99% from 372); Max value from RGB is 213 - color contains mainly: red. Hex color #D52877 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #D52877 is #2AD788. Grayscale: #646464. Windows color (decimal): -2807689 or 7809237. OLE color: 7809237.
HSL color Cylindrical-coordinate representation of color #D52877: hue angle of 332.6º 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 #D52877 is Cyan = 0, Magento = 0.81, Yellow = 0.44 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 119 | - |
| CMYK | 0 | 0.81 | 0.44 | 0.16 |
| HSL | 332.6º | 0.68% | 0.5% | - |
| HSV(B) | 332.6º | 0.81% | 0.84% | - |
| XYZ | 31.53 | 17 | 19.07 | - |
| YUV | 100.73 | 138.31 | 208.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 119 | 0 | 0.81 | 0.44 | 0.16 | 332.6 | 0.68 | 0.5 |
| Hex | D5 | 28 | 77 | 0 | 51 | 2C | 10 | 14D | 44 | 32 |
| Octal | 325 | 50 | 167 | 0 | 121 | 54 | 20 | 515 | 104 | 62 |
| Binary | 11010101 | 101000 | 1110111 | 0 | 1010001 | 101100 | 10000 | 101001101 | 1000100 | 110010 |
Color Harmonies of #D52877
Complementary color
Monochromatic Colors of #D52877
Black with #D52877
Text Example
Text Example
White with #D52877
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52877; }
p { color: rgb(213,40,119); }
H1.HeaderClassName
{
color: #D52877;
}
.AnyTagClassName
{
color: #D52877;
}
</style>
background-color css
<style>
a { background-color: #D52877; }
a { background-color: rgb(213,40,119); }
div.DivClassName
{
background-color: #D52877;
}
.BgClassName
{
background-color: #D52877;
}
</style>
border-color css
<style>
span { border-color: #D52877; }
span { border-color: rgb(213,40,119); }
td.TdClassName
{
border-color: #D52877;
}
.TagClassName
{
border-color: #D52877;
}
</style>