Shades of Shocking #DB8ABD
Tints of Shocking #DB8ABD
RGB
CMYK
RGB Variations
Color information
#DB8ABD (or 0xDB8ABD) is known color: Shocking. HEX triplet: DB, 8A and BD. RGB value is (219,138,189). Sum of RGB (Red+Green+Blue) = 219+138+189=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 138 (54.30% from 255 or 25.27% from 546); Blue value is 189 (74.22% from 255 or 34.62% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ABD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ABD is #247542. Grayscale: #A7A7A7. Windows color (decimal): -2389315 or 12421851. OLE color: 12421851.
HSL color Cylindrical-coordinate representation of color #DB8ABD: hue angle of 322.22º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8ABD is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 189 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.14 |
| HSL | 322.22º | 0.53% | 0.7% | - |
| HSV(B) | 322.22º | 0.37% | 0.86% | - |
| XYZ | 47.49 | 36.91 | 52.77 | - |
| YUV | 168.03 | 139.84 | 164.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 189 | 0 | 0.37 | 0.14 | 0.14 | 322.22 | 0.53 | 0.7 |
| Hex | DB | 8A | BD | 0 | 25 | E | E | 142 | 35 | 46 |
| Octal | 333 | 212 | 275 | 0 | 45 | 16 | 16 | 502 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10111101 | 0 | 100101 | 1110 | 1110 | 101000010 | 110101 | 1000110 |
Color Harmonies of #DB8ABD
Complementary color
Monochromatic Colors of #DB8ABD
Black with #DB8ABD
Text Example
Text Example
White with #DB8ABD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ABD; }
p { color: rgb(219,138,189); }
H1.HeaderClassName
{
color: #DB8ABD;
}
.AnyTagClassName
{
color: #DB8ABD;
}
</style>
background-color css
<style>
a { background-color: #DB8ABD; }
a { background-color: rgb(219,138,189); }
div.DivClassName
{
background-color: #DB8ABD;
}
.BgClassName
{
background-color: #DB8ABD;
}
</style>
border-color css
<style>
span { border-color: #DB8ABD; }
span { border-color: rgb(219,138,189); }
td.TdClassName
{
border-color: #DB8ABD;
}
.TagClassName
{
border-color: #DB8ABD;
}
</style>