Shades of Shocking #DB9EC9
Tints of Shocking #DB9EC9
RGB
CMYK
RGB Variations
Color information
#DB9EC9 (or 0xDB9EC9) is known color: Shocking. HEX triplet: DB, 9E and C9. RGB value is (219,158,201). Sum of RGB (Red+Green+Blue) = 219+158+201=578 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.89% from 578); Green value is 158 (62.11% from 255 or 27.34% from 578); Blue value is 201 (78.91% from 255 or 34.78% from 578); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB9EC9 is #246136. Grayscale: #B5B5B5. Windows color (decimal): -2384183 or 13213403. OLE color: 13213403.
HSL color Cylindrical-coordinate representation of color #DB9EC9: hue angle of 317.7º 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 #DB9EC9 is Cyan = 0, Magento = 0.28, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 158 | 201 | - |
| CMYK | 0 | 0.28 | 0.08 | 0.14 |
| HSL | 317.7º | 0.46% | 0.74% | - |
| HSV(B) | 317.7º | 0.28% | 0.86% | - |
| XYZ | 51.98 | 43.73 | 60.96 | - |
| YUV | 181.14 | 139.21 | 155 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 158 | 201 | 0 | 0.28 | 0.08 | 0.14 | 317.7 | 0.46 | 0.74 |
| Hex | DB | 9E | C9 | 0 | 1C | 8 | E | 13E | 2E | 4A |
| Octal | 333 | 236 | 311 | 0 | 34 | 10 | 16 | 476 | 56 | 112 |
| Binary | 11011011 | 10011110 | 11001001 | 0 | 11100 | 1000 | 1110 | 100111110 | 101110 | 1001010 |
Color Harmonies of #DB9EC9
Complementary color
Monochromatic Colors of #DB9EC9
Black with #DB9EC9
Text Example
Text Example
White with #DB9EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9EC9; }
p { color: rgb(219,158,201); }
H1.HeaderClassName
{
color: #DB9EC9;
}
.AnyTagClassName
{
color: #DB9EC9;
}
</style>
background-color css
<style>
a { background-color: #DB9EC9; }
a { background-color: rgb(219,158,201); }
div.DivClassName
{
background-color: #DB9EC9;
}
.BgClassName
{
background-color: #DB9EC9;
}
</style>
border-color css
<style>
span { border-color: #DB9EC9; }
span { border-color: rgb(219,158,201); }
td.TdClassName
{
border-color: #DB9EC9;
}
.TagClassName
{
border-color: #DB9EC9;
}
</style>