Shades of Deep Cerise #D82988
Tints of Deep Cerise #D82988
RGB
CMYK
RGB Variations
Color information
#D82988 (or 0xD82988) is known color: Deep Cerise. HEX triplet: D8, 29 and 88. RGB value is (216,41,136). Sum of RGB (Red+Green+Blue) = 216+41+136=393 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.96% from 393); Green value is 41 (16.41% from 255 or 10.43% from 393); Blue value is 136 (53.52% from 255 or 34.61% from 393); Max value from RGB is 216 - color contains mainly: red. Hex color #D82988 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82988 is #27D677. Grayscale: #676767. Windows color (decimal): -2610808 or 8923608. OLE color: 8923608.
HSL color Cylindrical-coordinate representation of color #D82988: hue angle of 327.43º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #D82988 is Cyan = 0, Magento = 0.81, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 41 | 136 | - |
| CMYK | 0 | 0.81 | 0.37 | 0.15 |
| HSL | 327.43º | 0.69% | 0.5% | - |
| HSV(B) | 327.43º | 0.81% | 0.85% | - |
| XYZ | 33.56 | 17.96 | 24.99 | - |
| YUV | 104.16 | 145.98 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 41 | 136 | 0 | 0.81 | 0.37 | 0.15 | 327.43 | 0.69 | 0.5 |
| Hex | D8 | 29 | 88 | 0 | 51 | 25 | F | 147 | 45 | 32 |
| Octal | 330 | 51 | 210 | 0 | 121 | 45 | 17 | 507 | 105 | 62 |
| Binary | 11011000 | 101001 | 10001000 | 0 | 1010001 | 100101 | 1111 | 101000111 | 1000101 | 110010 |
Color Harmonies of #D82988
Complementary color
Monochromatic Colors of #D82988
Black with #D82988
Text Example
Text Example
White with #D82988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82988; }
p { color: rgb(216,41,136); }
H1.HeaderClassName
{
color: #D82988;
}
.AnyTagClassName
{
color: #D82988;
}
</style>
background-color css
<style>
a { background-color: #D82988; }
a { background-color: rgb(216,41,136); }
div.DivClassName
{
background-color: #D82988;
}
.BgClassName
{
background-color: #D82988;
}
</style>
border-color css
<style>
span { border-color: #D82988; }
span { border-color: rgb(216,41,136); }
td.TdClassName
{
border-color: #D82988;
}
.TagClassName
{
border-color: #D82988;
}
</style>