Shades of Shocking #DB8BC7
Tints of Shocking #DB8BC7
RGB
CMYK
RGB Variations
Color information
#DB8BC7 (or 0xDB8BC7) is known color: Shocking. HEX triplet: DB, 8B and C7. RGB value is (219,139,199). Sum of RGB (Red+Green+Blue) = 219+139+199=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 139 (54.69% from 255 or 24.96% from 557); Blue value is 199 (78.12% from 255 or 35.73% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8BC7 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8BC7 is #247438. Grayscale: #A9A9A9. Windows color (decimal): -2389049 or 13077467. OLE color: 13077467.
HSL color Cylindrical-coordinate representation of color #DB8BC7: hue angle of 315º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB8BC7 is Cyan = 0, Magento = 0.37, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 139 | 199 | - |
| CMYK | 0 | 0.37 | 0.09 | 0.14 |
| HSL | 315º | 0.53% | 0.7% | - |
| HSV(B) | 315º | 0.37% | 0.86% | - |
| XYZ | 48.75 | 37.65 | 58.73 | - |
| YUV | 169.76 | 144.5 | 163.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 139 | 199 | 0 | 0.37 | 0.09 | 0.14 | 315 | 0.53 | 0.7 |
| Hex | DB | 8B | C7 | 0 | 25 | 9 | E | 13B | 35 | 46 |
| Octal | 333 | 213 | 307 | 0 | 45 | 11 | 16 | 473 | 65 | 106 |
| Binary | 11011011 | 10001011 | 11000111 | 0 | 100101 | 1001 | 1110 | 100111011 | 110101 | 1000110 |
Color Harmonies of #DB8BC7
Complementary color
Monochromatic Colors of #DB8BC7
Black with #DB8BC7
Text Example
Text Example
White with #DB8BC7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8BC7; }
p { color: rgb(219,139,199); }
H1.HeaderClassName
{
color: #DB8BC7;
}
.AnyTagClassName
{
color: #DB8BC7;
}
</style>
background-color css
<style>
a { background-color: #DB8BC7; }
a { background-color: rgb(219,139,199); }
div.DivClassName
{
background-color: #DB8BC7;
}
.BgClassName
{
background-color: #DB8BC7;
}
</style>
border-color css
<style>
span { border-color: #DB8BC7; }
span { border-color: rgb(219,139,199); }
td.TdClassName
{
border-color: #DB8BC7;
}
.TagClassName
{
border-color: #DB8BC7;
}
</style>