Shades of Shocking #DB9ABB
Tints of Shocking #DB9ABB
RGB
CMYK
RGB Variations
Color information
#DB9ABB (or 0xDB9ABB) is known color: Shocking. HEX triplet: DB, 9A and BB. RGB value is (219,154,187). Sum of RGB (Red+Green+Blue) = 219+154+187=560 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.11% from 560); Green value is 154 (60.55% from 255 or 27.5% from 560); Blue value is 187 (73.44% from 255 or 33.39% from 560); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9ABB is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9ABB is #246544. Grayscale: #B1B1B1. Windows color (decimal): -2385221 or 12294875. OLE color: 12294875.
HSL color Cylindrical-coordinate representation of color #DB9ABB: hue angle of 329.54º 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 #DB9ABB is Cyan = 0, Magento = 0.30, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 187 | - |
| CMYK | 0 | 0.30 | 0.15 | 0.14 |
| HSL | 329.54º | 0.47% | 0.73% | - |
| HSV(B) | 329.54º | 0.3% | 0.86% | - |
| XYZ | 49.74 | 41.76 | 52.45 | - |
| YUV | 177.2 | 133.53 | 157.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 187 | 0 | 0.30 | 0.15 | 0.14 | 329.54 | 0.47 | 0.73 |
| Hex | DB | 9A | BB | 0 | 1E | F | E | 14A | 2F | 49 |
| Octal | 333 | 232 | 273 | 0 | 36 | 17 | 16 | 512 | 57 | 111 |
| Binary | 11011011 | 10011010 | 10111011 | 0 | 11110 | 1111 | 1110 | 101001010 | 101111 | 1001001 |
Color Harmonies of #DB9ABB
Complementary color
Monochromatic Colors of #DB9ABB
Black with #DB9ABB
Text Example
Text Example
White with #DB9ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9ABB; }
p { color: rgb(219,154,187); }
H1.HeaderClassName
{
color: #DB9ABB;
}
.AnyTagClassName
{
color: #DB9ABB;
}
</style>
background-color css
<style>
a { background-color: #DB9ABB; }
a { background-color: rgb(219,154,187); }
div.DivClassName
{
background-color: #DB9ABB;
}
.BgClassName
{
background-color: #DB9ABB;
}
</style>
border-color css
<style>
span { border-color: #DB9ABB; }
span { border-color: rgb(219,154,187); }
td.TdClassName
{
border-color: #DB9ABB;
}
.TagClassName
{
border-color: #DB9ABB;
}
</style>