Shades of Deep Cerise #D52A87
Tints of Deep Cerise #D52A87
RGB
CMYK
RGB Variations
Color information
#D52A87 (or 0xD52A87) is known color: Deep Cerise. HEX triplet: D5, 2A and 87. RGB value is (213,42,135). Sum of RGB (Red+Green+Blue) = 213+42+135=390 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.62% from 390); Green value is 42 (16.80% from 255 or 10.77% from 390); Blue value is 135 (53.12% from 255 or 34.62% from 390); Max value from RGB is 213 - color contains mainly: red. Hex color #D52A87 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52A87 is #2AD578. Grayscale: #676767. Windows color (decimal): -2807161 or 8858325. OLE color: 8858325.
HSL color Cylindrical-coordinate representation of color #D52A87: hue angle of 327.37º degrees, saturation: 0.67, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #D52A87 is Cyan = 0, Magento = 0.80, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 42 | 135 | - |
| CMYK | 0 | 0.80 | 0.37 | 0.16 |
| HSL | 327.37º | 0.67% | 0.5% | - |
| HSV(B) | 327.37º | 0.8% | 0.84% | - |
| XYZ | 32.64 | 17.55 | 24.59 | - |
| YUV | 103.73 | 145.65 | 205.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 42 | 135 | 0 | 0.80 | 0.37 | 0.16 | 327.37 | 0.67 | 0.5 |
| Hex | D5 | 2A | 87 | 0 | 50 | 25 | 10 | 147 | 43 | 32 |
| Octal | 325 | 52 | 207 | 0 | 120 | 45 | 20 | 507 | 103 | 62 |
| Binary | 11010101 | 101010 | 10000111 | 0 | 1010000 | 100101 | 10000 | 101000111 | 1000011 | 110010 |
Color Harmonies of #D52A87
Complementary color
Monochromatic Colors of #D52A87
Black with #D52A87
Text Example
Text Example
White with #D52A87
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52A87; }
p { color: rgb(213,42,135); }
H1.HeaderClassName
{
color: #D52A87;
}
.AnyTagClassName
{
color: #D52A87;
}
</style>
background-color css
<style>
a { background-color: #D52A87; }
a { background-color: rgb(213,42,135); }
div.DivClassName
{
background-color: #D52A87;
}
.BgClassName
{
background-color: #D52A87;
}
</style>
border-color css
<style>
span { border-color: #D52A87; }
span { border-color: rgb(213,42,135); }
td.TdClassName
{
border-color: #D52A87;
}
.TagClassName
{
border-color: #D52A87;
}
</style>