Shades of Deep Cerise #D82095
Tints of Deep Cerise #D82095
RGB
CMYK
RGB Variations
Color information
#D82095 (or 0xD82095) is known color: Deep Cerise. HEX triplet: D8, 20 and 95. RGB value is (216,32,149). Sum of RGB (Red+Green+Blue) = 216+32+149=397 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.41% from 397); Green value is 32 (12.89% from 255 or 8.06% from 397); Blue value is 149 (58.59% from 255 or 37.53% from 397); Max value from RGB is 216 - color contains mainly: red. Hex color #D82095 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82095 is #27DF6A. Grayscale: #646464. Windows color (decimal): -2613099 or 9773272. OLE color: 9773272.
HSL color Cylindrical-coordinate representation of color #D82095: hue angle of 321.85º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D82095 is Cyan = 0, Magento = 0.85, Yellow = 0.31 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 32 | 149 | - |
| CMYK | 0 | 0.85 | 0.31 | 0.15 |
| HSL | 321.85º | 0.74% | 0.49% | - |
| HSV(B) | 321.85º | 0.85% | 0.85% | - |
| XYZ | 34.26 | 17.8 | 30.06 | - |
| YUV | 100.35 | 155.46 | 210.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 32 | 149 | 0 | 0.85 | 0.31 | 0.15 | 321.85 | 0.74 | 0.49 |
| Hex | D8 | 20 | 95 | 0 | 55 | 1F | F | 142 | 4A | 31 |
| Octal | 330 | 40 | 225 | 0 | 125 | 37 | 17 | 502 | 112 | 61 |
| Binary | 11011000 | 100000 | 10010101 | 0 | 1010101 | 11111 | 1111 | 101000010 | 1001010 | 110001 |
Color Harmonies of #D82095
Complementary color
Monochromatic Colors of #D82095
Black with #D82095
Text Example
Text Example
White with #D82095
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82095; }
p { color: rgb(216,32,149); }
H1.HeaderClassName
{
color: #D82095;
}
.AnyTagClassName
{
color: #D82095;
}
</style>
background-color css
<style>
a { background-color: #D82095; }
a { background-color: rgb(216,32,149); }
div.DivClassName
{
background-color: #D82095;
}
.BgClassName
{
background-color: #D82095;
}
</style>
border-color css
<style>
span { border-color: #D82095; }
span { border-color: rgb(216,32,149); }
td.TdClassName
{
border-color: #D82095;
}
.TagClassName
{
border-color: #D82095;
}
</style>