Shades of Shocking #DB8EB7
Tints of Shocking #DB8EB7
RGB
CMYK
RGB Variations
Color information
#DB8EB7 (or 0xDB8EB7) is known color: Shocking. HEX triplet: DB, 8E and B7. RGB value is (219,142,183). Sum of RGB (Red+Green+Blue) = 219+142+183=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 142 (55.86% from 255 or 26.10% from 544); Blue value is 183 (71.88% from 255 or 33.64% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8EB7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8EB7 is #247148. Grayscale: #A9A9A9. Windows color (decimal): -2388297 or 12029659. OLE color: 12029659.
HSL color Cylindrical-coordinate representation of color #DB8EB7: hue angle of 328.05º 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 #DB8EB7 is Cyan = 0, Magento = 0.35, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 142 | 183 | - |
CMYK | 0 | 0.35 | 0.16 | 0.14 |
HSL | 328.05º | 0.52% | 0.71% | - |
HSV(B) | 328.05º | 0.35% | 0.86% | - |
XYZ | 47.43 | 37.82 | 49.6 | - |
YUV | 169.7 | 135.51 | 163.17 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 142 | 183 | 0 | 0.35 | 0.16 | 0.14 | 328.05 | 0.52 | 0.71 |
Hex | DB | 8E | B7 | 0 | 23 | 10 | E | 148 | 34 | 47 |
Octal | 333 | 216 | 267 | 0 | 43 | 20 | 16 | 510 | 64 | 107 |
Binary | 11011011 | 10001110 | 10110111 | 0 | 100011 | 10000 | 1110 | 101001000 | 110100 | 1000111 |
Color Harmonies of #DB8EB7
Complementary color
Monochromatic Colors of #DB8EB7
Black with #DB8EB7
Text Example
Text Example
White with #DB8EB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8EB7; }
p { color: rgb(219,142,183); }
H1.HeaderClassName
{
color: #DB8EB7;
}
.AnyTagClassName
{
color: #DB8EB7;
}
</style>
background-color css
<style>
a { background-color: #DB8EB7; }
a { background-color: rgb(219,142,183); }
div.DivClassName
{
background-color: #DB8EB7;
}
.BgClassName
{
background-color: #DB8EB7;
}
</style>
border-color css
<style>
span { border-color: #DB8EB7; }
span { border-color: rgb(219,142,183); }
td.TdClassName
{
border-color: #DB8EB7;
}
.TagClassName
{
border-color: #DB8EB7;
}
</style>