Shades of Deep Cerise #D82197
Tints of Deep Cerise #D82197
RGB
CMYK
RGB Variations
Color information
#D82197 (or 0xD82197) is known color: Deep Cerise. HEX triplet: D8, 21 and 97. RGB value is (216,33,151). Sum of RGB (Red+Green+Blue) = 216+33+151=400 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54% from 400); Green value is 33 (13.28% from 255 or 8.25% from 400); Blue value is 151 (59.38% from 255 or 37.75% from 400); Max value from RGB is 216 - color contains mainly: red. Hex color #D82197 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82197 is #27DE68. Grayscale: #646464. Windows color (decimal): -2612841 or 9904600. OLE color: 9904600.
HSL color Cylindrical-coordinate representation of color #D82197: hue angle of 321.31º degrees, saturation: 0.73, 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 #D82197 is Cyan = 0, Magento = 0.85, Yellow = 0.30 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 151 | - |
| CMYK | 0 | 0.85 | 0.30 | 0.15 |
| HSL | 321.31º | 0.73% | 0.49% | - |
| HSV(B) | 321.31º | 0.85% | 0.85% | - |
| XYZ | 34.45 | 17.92 | 30.92 | - |
| YUV | 101.17 | 156.13 | 209.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 151 | 0 | 0.85 | 0.30 | 0.15 | 321.31 | 0.73 | 0.49 |
| Hex | D8 | 21 | 97 | 0 | 55 | 1E | F | 141 | 49 | 31 |
| Octal | 330 | 41 | 227 | 0 | 125 | 36 | 17 | 501 | 111 | 61 |
| Binary | 11011000 | 100001 | 10010111 | 0 | 1010101 | 11110 | 1111 | 101000001 | 1001001 | 110001 |
Color Harmonies of #D82197
Complementary color
Monochromatic Colors of #D82197
Black with #D82197
Text Example
Text Example
White with #D82197
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82197; }
p { color: rgb(216,33,151); }
H1.HeaderClassName
{
color: #D82197;
}
.AnyTagClassName
{
color: #D82197;
}
</style>
background-color css
<style>
a { background-color: #D82197; }
a { background-color: rgb(216,33,151); }
div.DivClassName
{
background-color: #D82197;
}
.BgClassName
{
background-color: #D82197;
}
</style>
border-color css
<style>
span { border-color: #D82197; }
span { border-color: rgb(216,33,151); }
td.TdClassName
{
border-color: #D82197;
}
.TagClassName
{
border-color: #D82197;
}
</style>