Shades of Shocking #DB8DC6
Tints of Shocking #DB8DC6
RGB
CMYK
RGB Variations
Color information
#DB8DC6 (or 0xDB8DC6) is known color: Shocking. HEX triplet: DB, 8D and C6. RGB value is (219,141,198). Sum of RGB (Red+Green+Blue) = 219+141+198=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 141 (55.47% from 255 or 25.27% from 558); Blue value is 198 (77.73% from 255 or 35.48% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DC6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DC6 is #247239. Grayscale: #AAAAAA. Windows color (decimal): -2388538 or 13012443. OLE color: 13012443.
HSL color Cylindrical-coordinate representation of color #DB8DC6: hue angle of 316.15º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB8DC6 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 198 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.14 |
| HSL | 316.15º | 0.52% | 0.71% | - |
| HSV(B) | 316.15º | 0.36% | 0.86% | - |
| XYZ | 48.93 | 38.19 | 58.22 | - |
| YUV | 170.82 | 143.34 | 162.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 198 | 0 | 0.36 | 0.10 | 0.14 | 316.15 | 0.52 | 0.71 |
| Hex | DB | 8D | C6 | 0 | 24 | A | E | 13C | 34 | 47 |
| Octal | 333 | 215 | 306 | 0 | 44 | 12 | 16 | 474 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11000110 | 0 | 100100 | 1010 | 1110 | 100111100 | 110100 | 1000111 |
Color Harmonies of #DB8DC6
Complementary color
Monochromatic Colors of #DB8DC6
Black with #DB8DC6
Text Example
Text Example
White with #DB8DC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DC6; }
p { color: rgb(219,141,198); }
H1.HeaderClassName
{
color: #DB8DC6;
}
.AnyTagClassName
{
color: #DB8DC6;
}
</style>
background-color css
<style>
a { background-color: #DB8DC6; }
a { background-color: rgb(219,141,198); }
div.DivClassName
{
background-color: #DB8DC6;
}
.BgClassName
{
background-color: #DB8DC6;
}
</style>
border-color css
<style>
span { border-color: #DB8DC6; }
span { border-color: rgb(219,141,198); }
td.TdClassName
{
border-color: #DB8DC6;
}
.TagClassName
{
border-color: #DB8DC6;
}
</style>