Shades of Shocking #DB9EBA
Tints of Shocking #DB9EBA
RGB
CMYK
RGB Variations
Color information
#DB9EBA (or 0xDB9EBA) is known color: Shocking. HEX triplet: DB, 9E and BA. RGB value is (219,158,186). Sum of RGB (Red+Green+Blue) = 219+158+186=563 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.90% from 563); Green value is 158 (62.11% from 255 or 28.06% from 563); Blue value is 186 (73.05% from 255 or 33.04% from 563); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EBA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EBA is #246145. Grayscale: #B3B3B3. Windows color (decimal): -2384198 or 12230363. OLE color: 12230363.
HSL color Cylindrical-coordinate representation of color #DB9EBA: hue angle of 332.46º 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 #DB9EBA is Cyan = 0, Magento = 0.28, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 186 | - |
| CMYK | 0 | 0.28 | 0.15 | 0.14 |
| HSL | 332.46º | 0.46% | 0.74% | - |
| HSV(B) | 332.46º | 0.28% | 0.86% | - |
| XYZ | 50.3 | 43.06 | 52.11 | - |
| YUV | 179.43 | 131.71 | 156.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 186 | 0 | 0.28 | 0.15 | 0.14 | 332.46 | 0.46 | 0.74 |
| Hex | DB | 9E | BA | 0 | 1C | F | E | 14C | 2E | 4A |
| Octal | 333 | 236 | 272 | 0 | 34 | 17 | 16 | 514 | 56 | 112 |
| Binary | 11011011 | 10011110 | 10111010 | 0 | 11100 | 1111 | 1110 | 101001100 | 101110 | 1001010 |
Color Harmonies of #DB9EBA
Complementary color
Monochromatic Colors of #DB9EBA
Black with #DB9EBA
Text Example
Text Example
White with #DB9EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EBA; }
p { color: rgb(219,158,186); }
H1.HeaderClassName
{
color: #DB9EBA;
}
.AnyTagClassName
{
color: #DB9EBA;
}
</style>
background-color css
<style>
a { background-color: #DB9EBA; }
a { background-color: rgb(219,158,186); }
div.DivClassName
{
background-color: #DB9EBA;
}
.BgClassName
{
background-color: #DB9EBA;
}
</style>
border-color css
<style>
span { border-color: #DB9EBA; }
span { border-color: rgb(219,158,186); }
td.TdClassName
{
border-color: #DB9EBA;
}
.TagClassName
{
border-color: #DB9EBA;
}
</style>