Shades of Deep Cerise #D82788
Tints of Deep Cerise #D82788
RGB
CMYK
RGB Variations
Color information
#D82788 (or 0xD82788) is known color: Deep Cerise. HEX triplet: D8, 27 and 88. RGB value is (216,39,136). Sum of RGB (Red+Green+Blue) = 216+39+136=391 (51% of max value = 765). Red value is 216 (84.77% from 255 or 55.24% from 391); Green value is 39 (15.62% from 255 or 9.97% from 391); Blue value is 136 (53.52% from 255 or 34.78% from 391); Max value from RGB is 216 - color contains mainly: red. Hex color #D82788 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82788 is #27D877. Grayscale: #666666. Windows color (decimal): -2611320 or 8923096. OLE color: 8923096.
HSL color Cylindrical-coordinate representation of color #D82788: hue angle of 327.12º degrees, saturation: 0.69, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #D82788 is Cyan = 0, Magento = 0.82, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 39 | 136 | - |
| CMYK | 0 | 0.82 | 0.37 | 0.15 |
| HSL | 327.12º | 0.69% | 0.5% | - |
| HSV(B) | 327.12º | 0.82% | 0.85% | - |
| XYZ | 33.49 | 17.83 | 24.97 | - |
| YUV | 102.98 | 146.64 | 208.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 39 | 136 | 0 | 0.82 | 0.37 | 0.15 | 327.12 | 0.69 | 0.5 |
| Hex | D8 | 27 | 88 | 0 | 52 | 25 | F | 147 | 45 | 32 |
| Octal | 330 | 47 | 210 | 0 | 122 | 45 | 17 | 507 | 105 | 62 |
| Binary | 11011000 | 100111 | 10001000 | 0 | 1010010 | 100101 | 1111 | 101000111 | 1000101 | 110010 |
Color Harmonies of #D82788
Complementary color
Monochromatic Colors of #D82788
Black with #D82788
Text Example
Text Example
White with #D82788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82788; }
p { color: rgb(216,39,136); }
H1.HeaderClassName
{
color: #D82788;
}
.AnyTagClassName
{
color: #D82788;
}
</style>
background-color css
<style>
a { background-color: #D82788; }
a { background-color: rgb(216,39,136); }
div.DivClassName
{
background-color: #D82788;
}
.BgClassName
{
background-color: #D82788;
}
</style>
border-color css
<style>
span { border-color: #D82788; }
span { border-color: rgb(216,39,136); }
td.TdClassName
{
border-color: #D82788;
}
.TagClassName
{
border-color: #D82788;
}
</style>