Shades of Shocking #DB8FC8
Tints of Shocking #DB8FC8
RGB
CMYK
RGB Variations
Color information
#DB8FC8 (or 0xDB8FC8) is known color: Shocking. HEX triplet: DB, 8F and C8. RGB value is (219,143,200). Sum of RGB (Red+Green+Blue) = 219+143+200=562 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.97% from 562); Green value is 143 (56.25% from 255 or 25.44% from 562); Blue value is 200 (78.52% from 255 or 35.59% from 562); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8FC8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8FC8 is #247037. Grayscale: #ACACAC. Windows color (decimal): -2388024 or 13144027. OLE color: 13144027.
HSL color Cylindrical-coordinate representation of color #DB8FC8: hue angle of 315º degrees, saturation: 0.51, 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 #DB8FC8 is Cyan = 0, Magento = 0.35, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 143 | 200 | - |
| CMYK | 0 | 0.35 | 0.09 | 0.14 |
| HSL | 315º | 0.51% | 0.71% | - |
| HSV(B) | 315º | 0.35% | 0.86% | - |
| XYZ | 49.46 | 38.88 | 59.54 | - |
| YUV | 172.22 | 143.68 | 161.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 143 | 200 | 0 | 0.35 | 0.09 | 0.14 | 315 | 0.51 | 0.71 |
| Hex | DB | 8F | C8 | 0 | 23 | 9 | E | 13B | 33 | 47 |
| Octal | 333 | 217 | 310 | 0 | 43 | 11 | 16 | 473 | 63 | 107 |
| Binary | 11011011 | 10001111 | 11001000 | 0 | 100011 | 1001 | 1110 | 100111011 | 110011 | 1000111 |
Color Harmonies of #DB8FC8
Complementary color
Monochromatic Colors of #DB8FC8
Black with #DB8FC8
Text Example
Text Example
White with #DB8FC8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8FC8; }
p { color: rgb(219,143,200); }
H1.HeaderClassName
{
color: #DB8FC8;
}
.AnyTagClassName
{
color: #DB8FC8;
}
</style>
background-color css
<style>
a { background-color: #DB8FC8; }
a { background-color: rgb(219,143,200); }
div.DivClassName
{
background-color: #DB8FC8;
}
.BgClassName
{
background-color: #DB8FC8;
}
</style>
border-color css
<style>
span { border-color: #DB8FC8; }
span { border-color: rgb(219,143,200); }
td.TdClassName
{
border-color: #DB8FC8;
}
.TagClassName
{
border-color: #DB8FC8;
}
</style>