Shades of Shocking #DB8EC9
Tints of Shocking #DB8EC9
RGB
CMYK
RGB Variations
Color information
#DB8EC9 (or 0xDB8EC9) is known color: Shocking. HEX triplet: DB, 8E and C9. RGB value is (219,142,201). Sum of RGB (Red+Green+Blue) = 219+142+201=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 142 (55.86% from 255 or 25.27% from 562); Blue value is 201 (78.91% from 255 or 35.77% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EC9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EC9 is #247136. Grayscale: #ABABAB. Windows color (decimal): -2388279 or 13209307. OLE color: 13209307.
HSL color Cylindrical-coordinate representation of color #DB8EC9: hue angle of 314.03º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB8EC9 is Cyan = 0, Magento = 0.35, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 142 | 201 | - |
| CMYK | 0 | 0.35 | 0.08 | 0.14 |
| HSL | 314.03º | 0.52% | 0.71% | - |
| HSV(B) | 314.03º | 0.35% | 0.86% | - |
| XYZ | 49.43 | 38.62 | 60.11 | - |
| YUV | 171.75 | 144.51 | 161.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 142 | 201 | 0 | 0.35 | 0.08 | 0.14 | 314.03 | 0.52 | 0.71 |
| Hex | DB | 8E | C9 | 0 | 23 | 8 | E | 13A | 34 | 47 |
| Octal | 333 | 216 | 311 | 0 | 43 | 10 | 16 | 472 | 64 | 107 |
| Binary | 11011011 | 10001110 | 11001001 | 0 | 100011 | 1000 | 1110 | 100111010 | 110100 | 1000111 |
Color Harmonies of #DB8EC9
Complementary color
Monochromatic Colors of #DB8EC9
Black with #DB8EC9
Text Example
Text Example
White with #DB8EC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EC9; }
p { color: rgb(219,142,201); }
H1.HeaderClassName
{
color: #DB8EC9;
}
.AnyTagClassName
{
color: #DB8EC9;
}
</style>
background-color css
<style>
a { background-color: #DB8EC9; }
a { background-color: rgb(219,142,201); }
div.DivClassName
{
background-color: #DB8EC9;
}
.BgClassName
{
background-color: #DB8EC9;
}
</style>
border-color css
<style>
span { border-color: #DB8EC9; }
span { border-color: rgb(219,142,201); }
td.TdClassName
{
border-color: #DB8EC9;
}
.TagClassName
{
border-color: #DB8EC9;
}
</style>