Shades of Shocking #DB8AC7
Tints of Shocking #DB8AC7
RGB
CMYK
RGB Variations
Color information
#DB8AC7 (or 0xDB8AC7) is known color: Shocking. HEX triplet: DB, 8A and C7. RGB value is (219,138,199). Sum of RGB (Red+Green+Blue) = 219+138+199=556 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.39% from 556); Green value is 138 (54.30% from 255 or 24.82% from 556); Blue value is 199 (78.12% from 255 or 35.79% from 556); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8AC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AC7 is #247538. Grayscale: #A9A9A9. Windows color (decimal): -2389305 or 13077211. OLE color: 13077211.
HSL color Cylindrical-coordinate representation of color #DB8AC7: hue angle of 314.81º 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 #DB8AC7 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 138 | 199 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.14 |
| HSL | 314.81º | 0.53% | 0.7% | - |
| HSV(B) | 314.81º | 0.37% | 0.86% | - |
| XYZ | 48.61 | 37.36 | 58.68 | - |
| YUV | 169.17 | 144.84 | 163.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 199 | 0 | 0.37 | 0.09 | 0.14 | 314.81 | 0.53 | 0.7 |
| Hex | DB | 8A | C7 | 0 | 25 | 9 | E | 13B | 35 | 46 |
| Octal | 333 | 212 | 307 | 0 | 45 | 11 | 16 | 473 | 65 | 106 |
| Binary | 11011011 | 10001010 | 11000111 | 0 | 100101 | 1001 | 1110 | 100111011 | 110101 | 1000110 |
Color Harmonies of #DB8AC7
Complementary color
Monochromatic Colors of #DB8AC7
Black with #DB8AC7
Text Example
Text Example
White with #DB8AC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AC7; }
p { color: rgb(219,138,199); }
H1.HeaderClassName
{
color: #DB8AC7;
}
.AnyTagClassName
{
color: #DB8AC7;
}
</style>
background-color css
<style>
a { background-color: #DB8AC7; }
a { background-color: rgb(219,138,199); }
div.DivClassName
{
background-color: #DB8AC7;
}
.BgClassName
{
background-color: #DB8AC7;
}
</style>
border-color css
<style>
span { border-color: #DB8AC7; }
span { border-color: rgb(219,138,199); }
td.TdClassName
{
border-color: #DB8AC7;
}
.TagClassName
{
border-color: #DB8AC7;
}
</style>