Shades of Deep Cerise #D82495
Tints of Deep Cerise #D82495
RGB
CMYK
RGB Variations
Color information
#D82495 (or 0xD82495) is known color: Deep Cerise. HEX triplet: D8, 24 and 95. RGB value is (216,36,149). Sum of RGB (Red+Green+Blue) = 216+36+149=401 (53% of max value = 765). Red value is 216 (84.77% from 255 or 53.87% from 401); Green value is 36 (14.45% from 255 or 8.98% from 401); Blue value is 149 (58.59% from 255 or 37.16% from 401); Max value from RGB is 216 - color contains mainly: red. Hex color #D82495 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82495 is #27DB6A. Grayscale: #666666. Windows color (decimal): -2612075 or 9774296. OLE color: 9774296.
HSL color Cylindrical-coordinate representation of color #D82495: hue angle of 322.33º degrees, saturation: 0.71, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #D82495 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 36 | 149 | - |
| CMYK | 0 | 0.83 | 0.31 | 0.15 |
| HSL | 322.33º | 0.71% | 0.49% | - |
| HSV(B) | 322.33º | 0.83% | 0.85% | - |
| XYZ | 34.37 | 18.03 | 30.1 | - |
| YUV | 102.7 | 154.13 | 208.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 36 | 149 | 0 | 0.83 | 0.31 | 0.15 | 322.33 | 0.71 | 0.49 |
| Hex | D8 | 24 | 95 | 0 | 53 | 1F | F | 142 | 47 | 31 |
| Octal | 330 | 44 | 225 | 0 | 123 | 37 | 17 | 502 | 107 | 61 |
| Binary | 11011000 | 100100 | 10010101 | 0 | 1010011 | 11111 | 1111 | 101000010 | 1000111 | 110001 |
Color Harmonies of #D82495
Complementary color
Monochromatic Colors of #D82495
Black with #D82495
Text Example
Text Example
White with #D82495
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82495; }
p { color: rgb(216,36,149); }
H1.HeaderClassName
{
color: #D82495;
}
.AnyTagClassName
{
color: #D82495;
}
</style>
background-color css
<style>
a { background-color: #D82495; }
a { background-color: rgb(216,36,149); }
div.DivClassName
{
background-color: #D82495;
}
.BgClassName
{
background-color: #D82495;
}
</style>
border-color css
<style>
span { border-color: #D82495; }
span { border-color: rgb(216,36,149); }
td.TdClassName
{
border-color: #D82495;
}
.TagClassName
{
border-color: #D82495;
}
</style>