Shades of Shocking #DB9EBD
Tints of Shocking #DB9EBD
RGB
CMYK
RGB Variations
Color information
#DB9EBD (or 0xDB9EBD) is known color: Shocking. HEX triplet: DB, 9E and BD. RGB value is (219,158,189). Sum of RGB (Red+Green+Blue) = 219+158+189=566 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.69% from 566); Green value is 158 (62.11% from 255 or 27.92% from 566); Blue value is 189 (74.22% from 255 or 33.39% from 566); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EBD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EBD is #246142. Grayscale: #B3B3B3. Windows color (decimal): -2384195 or 12426971. OLE color: 12426971.
HSL color Cylindrical-coordinate representation of color #DB9EBD: hue angle of 329.51º 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 #DB9EBD is Cyan = 0, Magento = 0.28, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 189 | - |
| CMYK | 0 | 0.28 | 0.14 | 0.14 |
| HSL | 329.51º | 0.46% | 0.74% | - |
| HSV(B) | 329.51º | 0.28% | 0.86% | - |
| XYZ | 50.63 | 43.19 | 53.81 | - |
| YUV | 179.77 | 133.21 | 155.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 189 | 0 | 0.28 | 0.14 | 0.14 | 329.51 | 0.46 | 0.74 |
| Hex | DB | 9E | BD | 0 | 1C | E | E | 14A | 2E | 4A |
| Octal | 333 | 236 | 275 | 0 | 34 | 16 | 16 | 512 | 56 | 112 |
| Binary | 11011011 | 10011110 | 10111101 | 0 | 11100 | 1110 | 1110 | 101001010 | 101110 | 1001010 |
Color Harmonies of #DB9EBD
Complementary color
Monochromatic Colors of #DB9EBD
Black with #DB9EBD
Text Example
Text Example
White with #DB9EBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EBD; }
p { color: rgb(219,158,189); }
H1.HeaderClassName
{
color: #DB9EBD;
}
.AnyTagClassName
{
color: #DB9EBD;
}
</style>
background-color css
<style>
a { background-color: #DB9EBD; }
a { background-color: rgb(219,158,189); }
div.DivClassName
{
background-color: #DB9EBD;
}
.BgClassName
{
background-color: #DB9EBD;
}
</style>
border-color css
<style>
span { border-color: #DB9EBD; }
span { border-color: rgb(219,158,189); }
td.TdClassName
{
border-color: #DB9EBD;
}
.TagClassName
{
border-color: #DB9EBD;
}
</style>