Shades of Shocking #DB8DC5
Tints of Shocking #DB8DC5
RGB
CMYK
RGB Variations
Color information
#DB8DC5 (or 0xDB8DC5) is known color: Shocking. HEX triplet: DB, 8D and C5. RGB value is (219,141,197). Sum of RGB (Red+Green+Blue) = 219+141+197=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 141 (55.47% from 255 or 25.31% from 557); Blue value is 197 (77.34% from 255 or 35.37% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DC5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DC5 is #24723A. Grayscale: #AAAAAA. Windows color (decimal): -2388539 or 12946907. OLE color: 12946907.
HSL color Cylindrical-coordinate representation of color #DB8DC5: hue angle of 316.92º 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 #DB8DC5 is Cyan = 0, Magento = 0.36, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 197 | - |
| CMYK | 0 | 0.36 | 0.10 | 0.14 |
| HSL | 316.92º | 0.52% | 0.71% | - |
| HSV(B) | 316.92º | 0.36% | 0.86% | - |
| XYZ | 48.82 | 38.14 | 57.61 | - |
| YUV | 170.71 | 142.84 | 162.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 197 | 0 | 0.36 | 0.10 | 0.14 | 316.92 | 0.52 | 0.71 |
| Hex | DB | 8D | C5 | 0 | 24 | A | E | 13D | 34 | 47 |
| Octal | 333 | 215 | 305 | 0 | 44 | 12 | 16 | 475 | 64 | 107 |
| Binary | 11011011 | 10001101 | 11000101 | 0 | 100100 | 1010 | 1110 | 100111101 | 110100 | 1000111 |
Color Harmonies of #DB8DC5
Complementary color
Monochromatic Colors of #DB8DC5
Black with #DB8DC5
Text Example
Text Example
White with #DB8DC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DC5; }
p { color: rgb(219,141,197); }
H1.HeaderClassName
{
color: #DB8DC5;
}
.AnyTagClassName
{
color: #DB8DC5;
}
</style>
background-color css
<style>
a { background-color: #DB8DC5; }
a { background-color: rgb(219,141,197); }
div.DivClassName
{
background-color: #DB8DC5;
}
.BgClassName
{
background-color: #DB8DC5;
}
</style>
border-color css
<style>
span { border-color: #DB8DC5; }
span { border-color: rgb(219,141,197); }
td.TdClassName
{
border-color: #DB8DC5;
}
.TagClassName
{
border-color: #DB8DC5;
}
</style>