Shades of Shocking #DB9AC0
Tints of Shocking #DB9AC0
RGB
CMYK
RGB Variations
Color information
#DB9AC0 (or 0xDB9AC0) is known color: Shocking. HEX triplet: DB, 9A and C0. RGB value is (219,154,192). Sum of RGB (Red+Green+Blue) = 219+154+192=565 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.76% from 565); Green value is 154 (60.55% from 255 or 27.26% from 565); Blue value is 192 (75.39% from 255 or 33.98% from 565); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9AC0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9AC0 is #24653F. Grayscale: #B1B1B1. Windows color (decimal): -2385216 or 12622555. OLE color: 12622555.
HSL color Cylindrical-coordinate representation of color #DB9AC0: hue angle of 324.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9AC0 is Cyan = 0, Magento = 0.30, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 192 | - |
| CMYK | 0 | 0.30 | 0.12 | 0.14 |
| HSL | 324.92º | 0.47% | 0.73% | - |
| HSV(B) | 324.92º | 0.3% | 0.86% | - |
| XYZ | 50.28 | 41.98 | 55.32 | - |
| YUV | 177.77 | 136.03 | 157.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 192 | 0 | 0.30 | 0.12 | 0.14 | 324.92 | 0.47 | 0.73 |
| Hex | DB | 9A | C0 | 0 | 1E | C | E | 145 | 2F | 49 |
| Octal | 333 | 232 | 300 | 0 | 36 | 14 | 16 | 505 | 57 | 111 |
| Binary | 11011011 | 10011010 | 11000000 | 0 | 11110 | 1100 | 1110 | 101000101 | 101111 | 1001001 |
Color Harmonies of #DB9AC0
Complementary color
Monochromatic Colors of #DB9AC0
Black with #DB9AC0
Text Example
Text Example
White with #DB9AC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9AC0; }
p { color: rgb(219,154,192); }
H1.HeaderClassName
{
color: #DB9AC0;
}
.AnyTagClassName
{
color: #DB9AC0;
}
</style>
background-color css
<style>
a { background-color: #DB9AC0; }
a { background-color: rgb(219,154,192); }
div.DivClassName
{
background-color: #DB9AC0;
}
.BgClassName
{
background-color: #DB9AC0;
}
</style>
border-color css
<style>
span { border-color: #DB9AC0; }
span { border-color: rgb(219,154,192); }
td.TdClassName
{
border-color: #DB9AC0;
}
.TagClassName
{
border-color: #DB9AC0;
}
</style>