Shades of Deep Cerise #D82193
Tints of Deep Cerise #D82193
RGB
CMYK
RGB Variations
Color information
#D82193 (or 0xD82193) is known color: Deep Cerise. HEX triplet: D8, 21 and 93. RGB value is (216,33,147). Sum of RGB (Red+Green+Blue) = 216+33+147=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 33 (13.28% from 255 or 8.33% from 396); Blue value is 147 (57.81% from 255 or 37.12% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D82193 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D82193 is #27DE6C. Grayscale: #646464. Windows color (decimal): -2612845 or 9642456. OLE color: 9642456.
HSL color Cylindrical-coordinate representation of color #D82193: hue angle of 322.62º 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 #D82193 is Cyan = 0, Magento = 0.85, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 33 | 147 | - |
| CMYK | 0 | 0.85 | 0.32 | 0.15 |
| HSL | 322.62º | 0.73% | 0.49% | - |
| HSV(B) | 322.62º | 0.85% | 0.85% | - |
| XYZ | 34.13 | 17.79 | 29.24 | - |
| YUV | 100.71 | 154.13 | 210.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 33 | 147 | 0 | 0.85 | 0.32 | 0.15 | 322.62 | 0.73 | 0.49 |
| Hex | D8 | 21 | 93 | 0 | 55 | 20 | F | 143 | 49 | 31 |
| Octal | 330 | 41 | 223 | 0 | 125 | 40 | 17 | 503 | 111 | 61 |
| Binary | 11011000 | 100001 | 10010011 | 0 | 1010101 | 100000 | 1111 | 101000011 | 1001001 | 110001 |
Color Harmonies of #D82193
Complementary color
Monochromatic Colors of #D82193
Black with #D82193
Text Example
Text Example
White with #D82193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D82193; }
p { color: rgb(216,33,147); }
H1.HeaderClassName
{
color: #D82193;
}
.AnyTagClassName
{
color: #D82193;
}
</style>
background-color css
<style>
a { background-color: #D82193; }
a { background-color: rgb(216,33,147); }
div.DivClassName
{
background-color: #D82193;
}
.BgClassName
{
background-color: #D82193;
}
</style>
border-color css
<style>
span { border-color: #D82193; }
span { border-color: rgb(216,33,147); }
td.TdClassName
{
border-color: #D82193;
}
.TagClassName
{
border-color: #D82193;
}
</style>