Shades of Shocking #DB8CC6
Tints of Shocking #DB8CC6
RGB
CMYK
RGB Variations
Color information
#DB8CC6 (or 0xDB8CC6) is known color: Shocking. HEX triplet: DB, 8C and C6. RGB value is (219,140,198). Sum of RGB (Red+Green+Blue) = 219+140+198=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 140 (55.08% from 255 or 25.13% from 557); Blue value is 198 (77.73% from 255 or 35.55% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8CC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8CC6 is #247339. Grayscale: #AAAAAA. Windows color (decimal): -2388794 or 13012187. OLE color: 13012187.
HSL color Cylindrical-coordinate representation of color #DB8CC6: hue angle of 315.95º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8CC6 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 140 | 198 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.14 |
| HSL | 315.95º | 0.52% | 0.7% | - |
| HSV(B) | 315.95º | 0.36% | 0.86% | - |
| XYZ | 48.78 | 37.89 | 58.17 | - |
| YUV | 170.23 | 143.67 | 162.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 140 | 198 | 0 | 0.36 | 0.10 | 0.14 | 315.95 | 0.52 | 0.7 |
| Hex | DB | 8C | C6 | 0 | 24 | A | E | 13C | 34 | 46 |
| Octal | 333 | 214 | 306 | 0 | 44 | 12 | 16 | 474 | 64 | 106 |
| Binary | 11011011 | 10001100 | 11000110 | 0 | 100100 | 1010 | 1110 | 100111100 | 110100 | 1000110 |
Color Harmonies of #DB8CC6
Complementary color
Monochromatic Colors of #DB8CC6
Black with #DB8CC6
Text Example
Text Example
White with #DB8CC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8CC6; }
p { color: rgb(219,140,198); }
H1.HeaderClassName
{
color: #DB8CC6;
}
.AnyTagClassName
{
color: #DB8CC6;
}
</style>
background-color css
<style>
a { background-color: #DB8CC6; }
a { background-color: rgb(219,140,198); }
div.DivClassName
{
background-color: #DB8CC6;
}
.BgClassName
{
background-color: #DB8CC6;
}
</style>
border-color css
<style>
span { border-color: #DB8CC6; }
span { border-color: rgb(219,140,198); }
td.TdClassName
{
border-color: #DB8CC6;
}
.TagClassName
{
border-color: #DB8CC6;
}
</style>