Shades of Deep Cerise #D82591
Tints of Deep Cerise #D82591
RGB
CMYK
RGB Variations
Color information
#D82591 (or 0xD82591) is known color: Deep Cerise. HEX triplet: D8, 25 and 91. RGB value is (216,37,145). Sum of RGB (Red+Green+Blue) = 216+37+145=398 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.27% from 398); Green value is 37 (14.84% from 255 or 9.30% from 398); Blue value is 145 (57.03% from 255 or 36.43% from 398); Max value from RGB is 216 - color contains mainly: red. Hex color #D82591 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82591 is #27DA6E. Grayscale: #666666. Windows color (decimal): -2611823 or 9512408. OLE color: 9512408.
HSL color Cylindrical-coordinate representation of color #D82591: hue angle of 323.8º degrees, saturation: 0.71, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82591 is Cyan = 0, Magento = 0.83, Yellow = 0.33 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 37 | 145 | - |
| CMYK | 0 | 0.83 | 0.33 | 0.15 |
| HSL | 323.8º | 0.71% | 0.5% | - |
| HSV(B) | 323.8º | 0.83% | 0.85% | - |
| XYZ | 34.09 | 17.97 | 28.46 | - |
| YUV | 102.83 | 151.8 | 208.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 37 | 145 | 0 | 0.83 | 0.33 | 0.15 | 323.8 | 0.71 | 0.5 |
| Hex | D8 | 25 | 91 | 0 | 53 | 21 | F | 144 | 47 | 32 |
| Octal | 330 | 45 | 221 | 0 | 123 | 41 | 17 | 504 | 107 | 62 |
| Binary | 11011000 | 100101 | 10010001 | 0 | 1010011 | 100001 | 1111 | 101000100 | 1000111 | 110010 |
Color Harmonies of #D82591
Complementary color
Monochromatic Colors of #D82591
Black with #D82591
Text Example
Text Example
White with #D82591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82591; }
p { color: rgb(216,37,145); }
H1.HeaderClassName
{
color: #D82591;
}
.AnyTagClassName
{
color: #D82591;
}
</style>
background-color css
<style>
a { background-color: #D82591; }
a { background-color: rgb(216,37,145); }
div.DivClassName
{
background-color: #D82591;
}
.BgClassName
{
background-color: #D82591;
}
</style>
border-color css
<style>
span { border-color: #D82591; }
span { border-color: rgb(216,37,145); }
td.TdClassName
{
border-color: #D82591;
}
.TagClassName
{
border-color: #D82591;
}
</style>