Shades of Deep Cerise #D52488
Tints of Deep Cerise #D52488
RGB
CMYK
RGB Variations
Color information
#D52488 (or 0xD52488) is known color: Deep Cerise. HEX triplet: D5, 24 and 88. RGB value is (213,36,136). Sum of RGB (Red+Green+Blue) = 213+36+136=385 (50% of max value = 765). Red value is 213 (83.59% from 255 or 55.32% from 385); Green value is 36 (14.45% from 255 or 9.35% from 385); Blue value is 136 (53.52% from 255 or 35.32% from 385); Max value from RGB is 213 - color contains mainly: red. Hex color #D52488 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52488 is #2ADB77. Grayscale: #646464. Windows color (decimal): -2808696 or 8922325. OLE color: 8922325.
HSL color Cylindrical-coordinate representation of color #D52488: hue angle of 326.1º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D52488 is Cyan = 0, Magento = 0.83, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 36 | 136 | - |
| CMYK | 0 | 0.83 | 0.36 | 0.16 |
| HSL | 326.1º | 0.71% | 0.49% | - |
| HSV(B) | 326.1º | 0.83% | 0.84% | - |
| XYZ | 32.52 | 17.19 | 24.9 | - |
| YUV | 100.32 | 148.14 | 208.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 36 | 136 | 0 | 0.83 | 0.36 | 0.16 | 326.1 | 0.71 | 0.49 |
| Hex | D5 | 24 | 88 | 0 | 53 | 24 | 10 | 146 | 47 | 31 |
| Octal | 325 | 44 | 210 | 0 | 123 | 44 | 20 | 506 | 107 | 61 |
| Binary | 11010101 | 100100 | 10001000 | 0 | 1010011 | 100100 | 10000 | 101000110 | 1000111 | 110001 |
Color Harmonies of #D52488
Complementary color
Monochromatic Colors of #D52488
Black with #D52488
Text Example
Text Example
White with #D52488
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52488; }
p { color: rgb(213,36,136); }
H1.HeaderClassName
{
color: #D52488;
}
.AnyTagClassName
{
color: #D52488;
}
</style>
background-color css
<style>
a { background-color: #D52488; }
a { background-color: rgb(213,36,136); }
div.DivClassName
{
background-color: #D52488;
}
.BgClassName
{
background-color: #D52488;
}
</style>
border-color css
<style>
span { border-color: #D52488; }
span { border-color: rgb(213,36,136); }
td.TdClassName
{
border-color: #D52488;
}
.TagClassName
{
border-color: #D52488;
}
</style>