Shades of Shocking #DB8ABE
Tints of Shocking #DB8ABE
RGB
CMYK
RGB Variations
Color information
#DB8ABE (or 0xDB8ABE) is known color: Shocking. HEX triplet: DB, 8A and BE. RGB value is (219,138,190). Sum of RGB (Red+Green+Blue) = 219+138+190=547 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.04% from 547); Green value is 138 (54.30% from 255 or 25.23% from 547); Blue value is 190 (74.61% from 255 or 34.73% from 547); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8ABE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8ABE is #247541. Grayscale: #A8A8A8. Windows color (decimal): -2389314 or 12487387. OLE color: 12487387.
HSL color Cylindrical-coordinate representation of color #DB8ABE: hue angle of 321.48º 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 #DB8ABE is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 190 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.14 |
| HSL | 321.48º | 0.53% | 0.7% | - |
| HSV(B) | 321.48º | 0.37% | 0.86% | - |
| XYZ | 47.6 | 36.95 | 53.34 | - |
| YUV | 168.15 | 140.34 | 164.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 190 | 0 | 0.37 | 0.13 | 0.14 | 321.48 | 0.53 | 0.7 |
| Hex | DB | 8A | BE | 0 | 25 | D | E | 141 | 35 | 46 |
| Octal | 333 | 212 | 276 | 0 | 45 | 15 | 16 | 501 | 65 | 106 |
| Binary | 11011011 | 10001010 | 10111110 | 0 | 100101 | 1101 | 1110 | 101000001 | 110101 | 1000110 |
Color Harmonies of #DB8ABE
Complementary color
Monochromatic Colors of #DB8ABE
Black with #DB8ABE
Text Example
Text Example
White with #DB8ABE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8ABE; }
p { color: rgb(219,138,190); }
H1.HeaderClassName
{
color: #DB8ABE;
}
.AnyTagClassName
{
color: #DB8ABE;
}
</style>
background-color css
<style>
a { background-color: #DB8ABE; }
a { background-color: rgb(219,138,190); }
div.DivClassName
{
background-color: #DB8ABE;
}
.BgClassName
{
background-color: #DB8ABE;
}
</style>
border-color css
<style>
span { border-color: #DB8ABE; }
span { border-color: rgb(219,138,190); }
td.TdClassName
{
border-color: #DB8ABE;
}
.TagClassName
{
border-color: #DB8ABE;
}
</style>