Shades of Deep Cerise #D52888
Tints of Deep Cerise #D52888
RGB
CMYK
RGB Variations
Color information
#D52888 (or 0xD52888) is known color: Deep Cerise. HEX triplet: D5, 28 and 88. RGB value is (213,40,136). Sum of RGB (Red+Green+Blue) = 213+40+136=389 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.76% from 389); Green value is 40 (16.02% from 255 or 10.28% from 389); Blue value is 136 (53.52% from 255 or 34.96% from 389); Max value from RGB is 213 - color contains mainly: red. Hex color #D52888 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52888 is #2AD777. Grayscale: #666666. Windows color (decimal): -2807672 or 8923349. OLE color: 8923349.
HSL color Cylindrical-coordinate representation of color #D52888: hue angle of 326.71º 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 #D52888 is Cyan = 0, Magento = 0.81, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 40 | 136 | - |
| CMYK | 0 | 0.81 | 0.36 | 0.16 |
| HSL | 326.71º | 0.68% | 0.5% | - |
| HSV(B) | 326.71º | 0.81% | 0.84% | - |
| XYZ | 32.64 | 17.44 | 24.94 | - |
| YUV | 102.67 | 146.81 | 206.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 40 | 136 | 0 | 0.81 | 0.36 | 0.16 | 326.71 | 0.68 | 0.5 |
| Hex | D5 | 28 | 88 | 0 | 51 | 24 | 10 | 147 | 44 | 32 |
| Octal | 325 | 50 | 210 | 0 | 121 | 44 | 20 | 507 | 104 | 62 |
| Binary | 11010101 | 101000 | 10001000 | 0 | 1010001 | 100100 | 10000 | 101000111 | 1000100 | 110010 |
Color Harmonies of #D52888
Complementary color
Monochromatic Colors of #D52888
Black with #D52888
Text Example
Text Example
White with #D52888
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52888; }
p { color: rgb(213,40,136); }
H1.HeaderClassName
{
color: #D52888;
}
.AnyTagClassName
{
color: #D52888;
}
</style>
background-color css
<style>
a { background-color: #D52888; }
a { background-color: rgb(213,40,136); }
div.DivClassName
{
background-color: #D52888;
}
.BgClassName
{
background-color: #D52888;
}
</style>
border-color css
<style>
span { border-color: #D52888; }
span { border-color: rgb(213,40,136); }
td.TdClassName
{
border-color: #D52888;
}
.TagClassName
{
border-color: #D52888;
}
</style>