Shades of Deep Cerise #D52387
Tints of Deep Cerise #D52387
RGB
CMYK
RGB Variations
Color information
#D52387 (or 0xD52387) is known color: Deep Cerise. HEX triplet: D5, 23 and 87. RGB value is (213,35,135). Sum of RGB (Red+Green+Blue) = 213+35+135=383 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.61% from 383); Green value is 35 (14.06% from 255 or 9.14% from 383); Blue value is 135 (53.12% from 255 or 35.25% from 383); Max value from RGB is 213 - color contains mainly: red. Hex color #D52387 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52387 is #2ADC78. Grayscale: #636363. Windows color (decimal): -2808953 or 8856533. OLE color: 8856533.
HSL color Cylindrical-coordinate representation of color #D52387: hue angle of 326.29º degrees, saturation: 0.72, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D52387 is Cyan = 0, Magento = 0.84, Yellow = 0.37 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 35 | 135 | - |
| CMYK | 0 | 0.84 | 0.37 | 0.16 |
| HSL | 326.29º | 0.72% | 0.49% | - |
| HSV(B) | 326.29º | 0.84% | 0.84% | - |
| XYZ | 32.41 | 17.1 | 24.51 | - |
| YUV | 99.62 | 147.97 | 208.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 35 | 135 | 0 | 0.84 | 0.37 | 0.16 | 326.29 | 0.72 | 0.49 |
| Hex | D5 | 23 | 87 | 0 | 54 | 25 | 10 | 146 | 48 | 31 |
| Octal | 325 | 43 | 207 | 0 | 124 | 45 | 20 | 506 | 110 | 61 |
| Binary | 11010101 | 100011 | 10000111 | 0 | 1010100 | 100101 | 10000 | 101000110 | 1001000 | 110001 |
Color Harmonies of #D52387
Complementary color
Monochromatic Colors of #D52387
Black with #D52387
Text Example
Text Example
White with #D52387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52387; }
p { color: rgb(213,35,135); }
H1.HeaderClassName
{
color: #D52387;
}
.AnyTagClassName
{
color: #D52387;
}
</style>
background-color css
<style>
a { background-color: #D52387; }
a { background-color: rgb(213,35,135); }
div.DivClassName
{
background-color: #D52387;
}
.BgClassName
{
background-color: #D52387;
}
</style>
border-color css
<style>
span { border-color: #D52387; }
span { border-color: rgb(213,35,135); }
td.TdClassName
{
border-color: #D52387;
}
.TagClassName
{
border-color: #D52387;
}
</style>