Shades of Shocking #DB9DB6
Tints of Shocking #DB9DB6
RGB
CMYK
RGB Variations
Color information
#DB9DB6 (or 0xDB9DB6) is known color: Shocking. HEX triplet: DB, 9D and B6. RGB value is (219,157,182). Sum of RGB (Red+Green+Blue) = 219+157+182=558 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.25% from 558); Green value is 157 (61.72% from 255 or 28.14% from 558); Blue value is 182 (71.48% from 255 or 32.62% from 558); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DB6 is #246249. Grayscale: #B2B2B2. Windows color (decimal): -2384458 or 11967963. OLE color: 11967963.
HSL color Cylindrical-coordinate representation of color #DB9DB6: hue angle of 335.81º degrees, saturation: 0.46, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DB9DB6 is Cyan = 0, Magento = 0.28, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 182 | - |
| CMYK | 0 | 0.28 | 0.17 | 0.14 |
| HSL | 335.81º | 0.46% | 0.74% | - |
| HSV(B) | 335.81º | 0.28% | 0.86% | - |
| XYZ | 49.71 | 42.55 | 49.85 | - |
| YUV | 178.39 | 130.04 | 156.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 182 | 0 | 0.28 | 0.17 | 0.14 | 335.81 | 0.46 | 0.74 |
| Hex | DB | 9D | B6 | 0 | 1C | 11 | E | 150 | 2E | 4A |
| Octal | 333 | 235 | 266 | 0 | 34 | 21 | 16 | 520 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10110110 | 0 | 11100 | 10001 | 1110 | 101010000 | 101110 | 1001010 |
Color Harmonies of #DB9DB6
Complementary color
Monochromatic Colors of #DB9DB6
Black with #DB9DB6
Text Example
Text Example
White with #DB9DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DB6; }
p { color: rgb(219,157,182); }
H1.HeaderClassName
{
color: #DB9DB6;
}
.AnyTagClassName
{
color: #DB9DB6;
}
</style>
background-color css
<style>
a { background-color: #DB9DB6; }
a { background-color: rgb(219,157,182); }
div.DivClassName
{
background-color: #DB9DB6;
}
.BgClassName
{
background-color: #DB9DB6;
}
</style>
border-color css
<style>
span { border-color: #DB9DB6; }
span { border-color: rgb(219,157,182); }
td.TdClassName
{
border-color: #DB9DB6;
}
.TagClassName
{
border-color: #DB9DB6;
}
</style>