Shades of Shocking #DB84C0
Tints of Shocking #DB84C0
RGB
CMYK
RGB Variations
Color information
#DB84C0 (or 0xDB84C0) is known color: Shocking. HEX triplet: DB, 84 and C0. RGB value is (219,132,192). Sum of RGB (Red+Green+Blue) = 219+132+192=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 132 (51.95% from 255 or 24.31% from 543); Blue value is 192 (75.39% from 255 or 35.36% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84C0 is #247B3F. Grayscale: #A4A4A4. Windows color (decimal): -2390848 or 12616923. OLE color: 12616923.
HSL color Cylindrical-coordinate representation of color #DB84C0: hue angle of 318.62º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84C0 is Cyan = 0, Magento = 0.40, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 192 | - |
| CMYK | 0 | 0.40 | 0.12 | 0.14 |
| HSL | 318.62º | 0.55% | 0.69% | - |
| HSV(B) | 318.62º | 0.4% | 0.86% | - |
| XYZ | 46.98 | 35.37 | 54.22 | - |
| YUV | 164.85 | 143.32 | 166.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 192 | 0 | 0.40 | 0.12 | 0.14 | 318.62 | 0.55 | 0.69 |
| Hex | DB | 84 | C0 | 0 | 28 | C | E | 13F | 37 | 45 |
| Octal | 333 | 204 | 300 | 0 | 50 | 14 | 16 | 477 | 67 | 105 |
| Binary | 11011011 | 10000100 | 11000000 | 0 | 101000 | 1100 | 1110 | 100111111 | 110111 | 1000101 |
Color Harmonies of #DB84C0
Complementary color
Monochromatic Colors of #DB84C0
Black with #DB84C0
Text Example
Text Example
White with #DB84C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84C0; }
p { color: rgb(219,132,192); }
H1.HeaderClassName
{
color: #DB84C0;
}
.AnyTagClassName
{
color: #DB84C0;
}
</style>
background-color css
<style>
a { background-color: #DB84C0; }
a { background-color: rgb(219,132,192); }
div.DivClassName
{
background-color: #DB84C0;
}
.BgClassName
{
background-color: #DB84C0;
}
</style>
border-color css
<style>
span { border-color: #DB84C0; }
span { border-color: rgb(219,132,192); }
td.TdClassName
{
border-color: #DB84C0;
}
.TagClassName
{
border-color: #DB84C0;
}
</style>