Shades of Shocking #DB85C0
Tints of Shocking #DB85C0
RGB
CMYK
RGB Variations
Color information
#DB85C0 (or 0xDB85C0) is known color: Shocking. HEX triplet: DB, 85 and C0. RGB value is (219,133,192). Sum of RGB (Red+Green+Blue) = 219+133+192=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 133 (52.34% from 255 or 24.45% from 544); Blue value is 192 (75.39% from 255 or 35.29% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85C0 is #247A3F. Grayscale: #A5A5A5. Windows color (decimal): -2390592 or 12617179. OLE color: 12617179.
HSL color Cylindrical-coordinate representation of color #DB85C0: hue angle of 318.84º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB85C0 is Cyan = 0, Magento = 0.39, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 192 | - |
| CMYK | 0 | 0.39 | 0.12 | 0.14 |
| HSL | 318.84º | 0.54% | 0.69% | - |
| HSV(B) | 318.84º | 0.39% | 0.86% | - |
| XYZ | 47.12 | 35.64 | 54.27 | - |
| YUV | 165.44 | 142.99 | 166.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 192 | 0 | 0.39 | 0.12 | 0.14 | 318.84 | 0.54 | 0.69 |
| Hex | DB | 85 | C0 | 0 | 27 | C | E | 13F | 36 | 45 |
| Octal | 333 | 205 | 300 | 0 | 47 | 14 | 16 | 477 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11000000 | 0 | 100111 | 1100 | 1110 | 100111111 | 110110 | 1000101 |
Color Harmonies of #DB85C0
Complementary color
Monochromatic Colors of #DB85C0
Black with #DB85C0
Text Example
Text Example
White with #DB85C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85C0; }
p { color: rgb(219,133,192); }
H1.HeaderClassName
{
color: #DB85C0;
}
.AnyTagClassName
{
color: #DB85C0;
}
</style>
background-color css
<style>
a { background-color: #DB85C0; }
a { background-color: rgb(219,133,192); }
div.DivClassName
{
background-color: #DB85C0;
}
.BgClassName
{
background-color: #DB85C0;
}
</style>
border-color css
<style>
span { border-color: #DB85C0; }
span { border-color: rgb(219,133,192); }
td.TdClassName
{
border-color: #DB85C0;
}
.TagClassName
{
border-color: #DB85C0;
}
</style>