Shades of Shocking #DB8AC8
Tints of Shocking #DB8AC8
RGB
CMYK
RGB Variations
Color information
#DB8AC8 (or 0xDB8AC8) is known color: Shocking. HEX triplet: DB, 8A and C8. RGB value is (219,138,200). Sum of RGB (Red+Green+Blue) = 219+138+200=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 138 (54.30% from 255 or 24.78% from 557); Blue value is 200 (78.52% from 255 or 35.91% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AC8 is #247537. Grayscale: #A9A9A9. Windows color (decimal): -2389304 or 13142747. OLE color: 13142747.
HSL color Cylindrical-coordinate representation of color #DB8AC8: hue angle of 314.07º 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 #DB8AC8 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 200 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.14 |
| HSL | 314.07º | 0.53% | 0.7% | - |
| HSV(B) | 314.07º | 0.37% | 0.86% | - |
| XYZ | 48.73 | 37.41 | 59.3 | - |
| YUV | 169.29 | 145.34 | 163.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 200 | 0 | 0.37 | 0.09 | 0.14 | 314.07 | 0.53 | 0.7 |
| Hex | DB | 8A | C8 | 0 | 25 | 9 | E | 13A | 35 | 46 |
| Octal | 333 | 212 | 310 | 0 | 45 | 11 | 16 | 472 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11001000 | 0 | 100101 | 1001 | 1110 | 100111010 | 110101 | 1000110 |
Color Harmonies of #DB8AC8
Complementary color
Monochromatic Colors of #DB8AC8
Black with #DB8AC8
Text Example
Text Example
White with #DB8AC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AC8; }
p { color: rgb(219,138,200); }
H1.HeaderClassName
{
color: #DB8AC8;
}
.AnyTagClassName
{
color: #DB8AC8;
}
</style>
background-color css
<style>
a { background-color: #DB8AC8; }
a { background-color: rgb(219,138,200); }
div.DivClassName
{
background-color: #DB8AC8;
}
.BgClassName
{
background-color: #DB8AC8;
}
</style>
border-color css
<style>
span { border-color: #DB8AC8; }
span { border-color: rgb(219,138,200); }
td.TdClassName
{
border-color: #DB8AC8;
}
.TagClassName
{
border-color: #DB8AC8;
}
</style>