Shades of Shocking #DB8ABC
Tints of Shocking #DB8ABC
RGB
CMYK
RGB Variations
Color information
#DB8ABC (or 0xDB8ABC) is known color: Shocking. HEX triplet: DB, 8A and BC. RGB value is (219,138,188). Sum of RGB (Red+Green+Blue) = 219+138+188=545 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.18% from 545); Green value is 138 (54.30% from 255 or 25.32% from 545); Blue value is 188 (73.83% from 255 or 34.50% from 545); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ABC is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ABC is #247543. Grayscale: #A7A7A7. Windows color (decimal): -2389316 or 12356315. OLE color: 12356315.
HSL color Cylindrical-coordinate representation of color #DB8ABC: hue angle of 322.96º 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 #DB8ABC is Cyan = 0, Magento = 0.37, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 188 | - |
| CMYK | 0 | 0.37 | 0.14 | 0.14 |
| HSL | 322.96º | 0.53% | 0.7% | - |
| HSV(B) | 322.96º | 0.37% | 0.86% | - |
| XYZ | 47.38 | 36.87 | 52.2 | - |
| YUV | 167.92 | 139.34 | 164.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 188 | 0 | 0.37 | 0.14 | 0.14 | 322.96 | 0.53 | 0.7 |
| Hex | DB | 8A | BC | 0 | 25 | E | E | 143 | 35 | 46 |
| Octal | 333 | 212 | 274 | 0 | 45 | 16 | 16 | 503 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10111100 | 0 | 100101 | 1110 | 1110 | 101000011 | 110101 | 1000110 |
Color Harmonies of #DB8ABC
Complementary color
Monochromatic Colors of #DB8ABC
Black with #DB8ABC
Text Example
Text Example
White with #DB8ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ABC; }
p { color: rgb(219,138,188); }
H1.HeaderClassName
{
color: #DB8ABC;
}
.AnyTagClassName
{
color: #DB8ABC;
}
</style>
background-color css
<style>
a { background-color: #DB8ABC; }
a { background-color: rgb(219,138,188); }
div.DivClassName
{
background-color: #DB8ABC;
}
.BgClassName
{
background-color: #DB8ABC;
}
</style>
border-color css
<style>
span { border-color: #DB8ABC; }
span { border-color: rgb(219,138,188); }
td.TdClassName
{
border-color: #DB8ABC;
}
.TagClassName
{
border-color: #DB8ABC;
}
</style>