Shades of Deep Cerise #D52F87
Tints of Deep Cerise #D52F87
RGB
CMYK
RGB Variations
Color information
#D52F87 (or 0xD52F87) is known color: Deep Cerise. HEX triplet: D5, 2F and 87. RGB value is (213,47,135). Sum of RGB (Red+Green+Blue) = 213+47+135=395 (52% of max value = 765). Red value is 213 (83.59% from 255 or 53.92% from 395); Green value is 47 (18.75% from 255 or 11.90% from 395); Blue value is 135 (53.12% from 255 or 34.18% from 395); Max value from RGB is 213 - color contains mainly: red. Hex color #D52F87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52F87 is #2AD078. Grayscale: #6A6A6A. Windows color (decimal): -2805881 or 8859605. OLE color: 8859605.
HSL color Cylindrical-coordinate representation of color #D52F87: hue angle of 328.19º degrees, saturation: 0.66, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #D52F87 is Cyan = 0, Magento = 0.78, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 47 | 135 | - |
| CMYK | 0 | 0.78 | 0.37 | 0.16 |
| HSL | 328.19º | 0.66% | 0.51% | - |
| HSV(B) | 328.19º | 0.78% | 0.84% | - |
| XYZ | 32.83 | 17.93 | 24.65 | - |
| YUV | 106.67 | 144 | 203.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 47 | 135 | 0 | 0.78 | 0.37 | 0.16 | 328.19 | 0.66 | 0.51 |
| Hex | D5 | 2F | 87 | 0 | 4E | 25 | 10 | 148 | 42 | 33 |
| Octal | 325 | 57 | 207 | 0 | 116 | 45 | 20 | 510 | 102 | 63 |
| Binary | 11010101 | 101111 | 10000111 | 0 | 1001110 | 100101 | 10000 | 101001000 | 1000010 | 110011 |
Color Harmonies of #D52F87
Complementary color
Monochromatic Colors of #D52F87
Black with #D52F87
Text Example
Text Example
White with #D52F87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52F87; }
p { color: rgb(213,47,135); }
H1.HeaderClassName
{
color: #D52F87;
}
.AnyTagClassName
{
color: #D52F87;
}
</style>
background-color css
<style>
a { background-color: #D52F87; }
a { background-color: rgb(213,47,135); }
div.DivClassName
{
background-color: #D52F87;
}
.BgClassName
{
background-color: #D52F87;
}
</style>
border-color css
<style>
span { border-color: #D52F87; }
span { border-color: rgb(213,47,135); }
td.TdClassName
{
border-color: #D52F87;
}
.TagClassName
{
border-color: #D52F87;
}
</style>