Shades of Shocking #DB8DBA
Tints of Shocking #DB8DBA
RGB
CMYK
RGB Variations
Color information
#DB8DBA (or 0xDB8DBA) is known color: Shocking. HEX triplet: DB, 8D and BA. RGB value is (219,141,186). Sum of RGB (Red+Green+Blue) = 219+141+186=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 141 (55.47% from 255 or 25.82% from 546); Blue value is 186 (73.05% from 255 or 34.07% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8DBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8DBA is #247245. Grayscale: #A9A9A9. Windows color (decimal): -2388550 or 12226011. OLE color: 12226011.
HSL color Cylindrical-coordinate representation of color #DB8DBA: hue angle of 325.38º 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 #DB8DBA is Cyan = 0, Magento = 0.36, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 186 | - |
| CMYK | 0 | 0.36 | 0.15 | 0.14 |
| HSL | 325.38º | 0.52% | 0.71% | - |
| HSV(B) | 325.38º | 0.36% | 0.86% | - |
| XYZ | 47.6 | 37.65 | 51.21 | - |
| YUV | 169.45 | 137.34 | 163.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 186 | 0 | 0.36 | 0.15 | 0.14 | 325.38 | 0.52 | 0.71 |
| Hex | DB | 8D | BA | 0 | 24 | F | E | 145 | 34 | 47 |
| Octal | 333 | 215 | 272 | 0 | 44 | 17 | 16 | 505 | 64 | 107 |
| Binary | 11011011 | 10001101 | 10111010 | 0 | 100100 | 1111 | 1110 | 101000101 | 110100 | 1000111 |
Color Harmonies of #DB8DBA
Complementary color
Monochromatic Colors of #DB8DBA
Black with #DB8DBA
Text Example
Text Example
White with #DB8DBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8DBA; }
p { color: rgb(219,141,186); }
H1.HeaderClassName
{
color: #DB8DBA;
}
.AnyTagClassName
{
color: #DB8DBA;
}
</style>
background-color css
<style>
a { background-color: #DB8DBA; }
a { background-color: rgb(219,141,186); }
div.DivClassName
{
background-color: #DB8DBA;
}
.BgClassName
{
background-color: #DB8DBA;
}
</style>
border-color css
<style>
span { border-color: #DB8DBA; }
span { border-color: rgb(219,141,186); }
td.TdClassName
{
border-color: #DB8DBA;
}
.TagClassName
{
border-color: #DB8DBA;
}
</style>