Shades of Deep Cerise #D52788
Tints of Deep Cerise #D52788
RGB
CMYK
RGB Variations
Color information
#D52788 (or 0xD52788) is known color: Deep Cerise. HEX triplet: D5, 27 and 88. RGB value is (213,39,136). Sum of RGB (Red+Green+Blue) = 213+39+136=388 (51% of max value = 765). Red value is 213 (83.59% from 255 or 54.90% from 388); Green value is 39 (15.62% from 255 or 10.05% from 388); Blue value is 136 (53.52% from 255 or 35.05% from 388); Max value from RGB is 213 - color contains mainly: red. Hex color #D52788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D52788 is #2AD877. Grayscale: #656565. Windows color (decimal): -2807928 or 8923093. OLE color: 8923093.
HSL color Cylindrical-coordinate representation of color #D52788: hue angle of 326.55º degrees, saturation: 0.69, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D52788 is Cyan = 0, Magento = 0.82, Yellow = 0.36 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 39 | 136 | - |
| CMYK | 0 | 0.82 | 0.36 | 0.16 |
| HSL | 326.55º | 0.69% | 0.49% | - |
| HSV(B) | 326.55º | 0.82% | 0.84% | - |
| XYZ | 32.61 | 17.37 | 24.93 | - |
| YUV | 102.08 | 147.15 | 207.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 39 | 136 | 0 | 0.82 | 0.36 | 0.16 | 326.55 | 0.69 | 0.49 |
| Hex | D5 | 27 | 88 | 0 | 52 | 24 | 10 | 147 | 45 | 31 |
| Octal | 325 | 47 | 210 | 0 | 122 | 44 | 20 | 507 | 105 | 61 |
| Binary | 11010101 | 100111 | 10001000 | 0 | 1010010 | 100100 | 10000 | 101000111 | 1000101 | 110001 |
Color Harmonies of #D52788
Complementary color
Monochromatic Colors of #D52788
Black with #D52788
Text Example
Text Example
White with #D52788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D52788; }
p { color: rgb(213,39,136); }
H1.HeaderClassName
{
color: #D52788;
}
.AnyTagClassName
{
color: #D52788;
}
</style>
background-color css
<style>
a { background-color: #D52788; }
a { background-color: rgb(213,39,136); }
div.DivClassName
{
background-color: #D52788;
}
.BgClassName
{
background-color: #D52788;
}
</style>
border-color css
<style>
span { border-color: #D52788; }
span { border-color: rgb(213,39,136); }
td.TdClassName
{
border-color: #D52788;
}
.TagClassName
{
border-color: #D52788;
}
</style>