Shades of Deep Cerise #D52887
Tints of Deep Cerise #D52887
RGB
CMYK
RGB Variations
Color information
#D52887 (or 0xD52887) is known color: Deep Cerise. HEX triplet: D5, 28 and 87. RGB value is (213,40,135). Sum of RGB (Red+Green+Blue) = 213+40+135=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 40 (16.02% from 255 or 10.31% from 388); Blue value is 135 (53.12% from 255 or 34.79% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D52887 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52887 is #2AD778. Grayscale: #666666. Windows color (decimal): -2807673 or 8857813. OLE color: 8857813.
HSL color Cylindrical-coordinate representation of color #D52887: hue angle of 327.05º 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 #D52887 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 135 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.16 |
| HSL | 327.05º | 0.68% | 0.5% | - |
| HSV(B) | 327.05º | 0.81% | 0.84% | - |
| XYZ | 32.57 | 17.41 | 24.57 | - |
| YUV | 102.56 | 146.31 | 206.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 135 | 0 | 0.81 | 0.37 | 0.16 | 327.05 | 0.68 | 0.5 |
| Hex | D5 | 28 | 87 | 0 | 51 | 25 | 10 | 147 | 44 | 32 |
| Octal | 325 | 50 | 207 | 0 | 121 | 45 | 20 | 507 | 104 | 62 |
| Binary | 11010101 | 101000 | 10000111 | 0 | 1010001 | 100101 | 10000 | 101000111 | 1000100 | 110010 |
Color Harmonies of #D52887
Complementary color
Monochromatic Colors of #D52887
Black with #D52887
Text Example
Text Example
White with #D52887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52887; }
p { color: rgb(213,40,135); }
H1.HeaderClassName
{
color: #D52887;
}
.AnyTagClassName
{
color: #D52887;
}
</style>
background-color css
<style>
a { background-color: #D52887; }
a { background-color: rgb(213,40,135); }
div.DivClassName
{
background-color: #D52887;
}
.BgClassName
{
background-color: #D52887;
}
</style>
border-color css
<style>
span { border-color: #D52887; }
span { border-color: rgb(213,40,135); }
td.TdClassName
{
border-color: #D52887;
}
.TagClassName
{
border-color: #D52887;
}
</style>