Shades of Shocking #DB9DB7
Tints of Shocking #DB9DB7
RGB
CMYK
RGB Variations
Color information
#DB9DB7 (or 0xDB9DB7) is known color: Shocking. HEX triplet: DB, 9D and B7. RGB value is (219,157,183). Sum of RGB (Red+Green+Blue) = 219+157+183=559 (74% of max value = 765). Red value is 219 (85.94% from 255 or 39.18% from 559); Green value is 157 (61.72% from 255 or 28.09% from 559); Blue value is 183 (71.88% from 255 or 32.74% from 559); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9DB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9DB7 is #246248. Grayscale: #B2B2B2. Windows color (decimal): -2384457 or 12033499. OLE color: 12033499.
HSL color Cylindrical-coordinate representation of color #DB9DB7: hue angle of 334.84º 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 #DB9DB7 is Cyan = 0, Magento = 0.28, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 183 | - |
| CMYK | 0 | 0.28 | 0.16 | 0.14 |
| HSL | 334.84º | 0.46% | 0.74% | - |
| HSV(B) | 334.84º | 0.28% | 0.86% | - |
| XYZ | 49.82 | 42.59 | 50.4 | - |
| YUV | 178.5 | 130.54 | 156.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 183 | 0 | 0.28 | 0.16 | 0.14 | 334.84 | 0.46 | 0.74 |
| Hex | DB | 9D | B7 | 0 | 1C | 10 | E | 14F | 2E | 4A |
| Octal | 333 | 235 | 267 | 0 | 34 | 20 | 16 | 517 | 56 | 112 |
| Binary | 11011011 | 10011101 | 10110111 | 0 | 11100 | 10000 | 1110 | 101001111 | 101110 | 1001010 |
Color Harmonies of #DB9DB7
Complementary color
Monochromatic Colors of #DB9DB7
Black with #DB9DB7
Text Example
Text Example
White with #DB9DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9DB7; }
p { color: rgb(219,157,183); }
H1.HeaderClassName
{
color: #DB9DB7;
}
.AnyTagClassName
{
color: #DB9DB7;
}
</style>
background-color css
<style>
a { background-color: #DB9DB7; }
a { background-color: rgb(219,157,183); }
div.DivClassName
{
background-color: #DB9DB7;
}
.BgClassName
{
background-color: #DB9DB7;
}
</style>
border-color css
<style>
span { border-color: #DB9DB7; }
span { border-color: rgb(219,157,183); }
td.TdClassName
{
border-color: #DB9DB7;
}
.TagClassName
{
border-color: #DB9DB7;
}
</style>