Shades of Shocking #DB8DB5
Tints of Shocking #DB8DB5
RGB
CMYK
RGB Variations
Color information
#DB8DB5 (or 0xDB8DB5) is known color: Shocking. HEX triplet: DB, 8D and B5. RGB value is (219,141,181). Sum of RGB (Red+Green+Blue) = 219+141+181=541 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.48% from 541); Green value is 141 (55.47% from 255 or 26.06% from 541); Blue value is 181 (71.09% from 255 or 33.46% from 541); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DB5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DB5 is #24724A. Grayscale: #A8A8A8. Windows color (decimal): -2388555 or 11898331. OLE color: 11898331.
HSL color Cylindrical-coordinate representation of color #DB8DB5: hue angle of 329.23º 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 #DB8DB5 is Cyan = 0, Magento = 0.36, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 181 | - |
| CMYK | 0 | 0.36 | 0.17 | 0.14 |
| HSL | 329.23º | 0.52% | 0.71% | - |
| HSV(B) | 329.23º | 0.36% | 0.86% | - |
| XYZ | 47.08 | 37.45 | 48.46 | - |
| YUV | 168.88 | 134.84 | 163.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 181 | 0 | 0.36 | 0.17 | 0.14 | 329.23 | 0.52 | 0.71 |
| Hex | DB | 8D | B5 | 0 | 24 | 11 | E | 149 | 34 | 47 |
| Octal | 333 | 215 | 265 | 0 | 44 | 21 | 16 | 511 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10110101 | 0 | 100100 | 10001 | 1110 | 101001001 | 110100 | 1000111 |
Color Harmonies of #DB8DB5
Complementary color
Monochromatic Colors of #DB8DB5
Black with #DB8DB5
Text Example
Text Example
White with #DB8DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DB5; }
p { color: rgb(219,141,181); }
H1.HeaderClassName
{
color: #DB8DB5;
}
.AnyTagClassName
{
color: #DB8DB5;
}
</style>
background-color css
<style>
a { background-color: #DB8DB5; }
a { background-color: rgb(219,141,181); }
div.DivClassName
{
background-color: #DB8DB5;
}
.BgClassName
{
background-color: #DB8DB5;
}
</style>
border-color css
<style>
span { border-color: #DB8DB5; }
span { border-color: rgb(219,141,181); }
td.TdClassName
{
border-color: #DB8DB5;
}
.TagClassName
{
border-color: #DB8DB5;
}
</style>