Shades of Shocking #DB85C2
Tints of Shocking #DB85C2
RGB
CMYK
RGB Variations
Color information
#DB85C2 (or 0xDB85C2) is known color: Shocking. HEX triplet: DB, 85 and C2. RGB value is (219,133,194). Sum of RGB (Red+Green+Blue) = 219+133+194=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 133 (52.34% from 255 or 24.36% from 546); Blue value is 194 (76.17% from 255 or 35.53% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85C2 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85C2 is #247A3D. Grayscale: #A5A5A5. Windows color (decimal): -2390590 or 12748251. OLE color: 12748251.
HSL color Cylindrical-coordinate representation of color #DB85C2: hue angle of 317.44º 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 #DB85C2 is Cyan = 0, Magento = 0.39, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 194 | - |
| CMYK | 0 | 0.39 | 0.11 | 0.14 |
| HSL | 317.44º | 0.54% | 0.69% | - |
| HSV(B) | 317.44º | 0.39% | 0.86% | - |
| XYZ | 47.34 | 35.73 | 55.44 | - |
| YUV | 165.67 | 143.99 | 166.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 194 | 0 | 0.39 | 0.11 | 0.14 | 317.44 | 0.54 | 0.69 |
| Hex | DB | 85 | C2 | 0 | 27 | B | E | 13D | 36 | 45 |
| Octal | 333 | 205 | 302 | 0 | 47 | 13 | 16 | 475 | 66 | 105 |
| Binary | 11011011 | 10000101 | 11000010 | 0 | 100111 | 1011 | 1110 | 100111101 | 110110 | 1000101 |
Color Harmonies of #DB85C2
Complementary color
Monochromatic Colors of #DB85C2
Black with #DB85C2
Text Example
Text Example
White with #DB85C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85C2; }
p { color: rgb(219,133,194); }
H1.HeaderClassName
{
color: #DB85C2;
}
.AnyTagClassName
{
color: #DB85C2;
}
</style>
background-color css
<style>
a { background-color: #DB85C2; }
a { background-color: rgb(219,133,194); }
div.DivClassName
{
background-color: #DB85C2;
}
.BgClassName
{
background-color: #DB85C2;
}
</style>
border-color css
<style>
span { border-color: #DB85C2; }
span { border-color: rgb(219,133,194); }
td.TdClassName
{
border-color: #DB85C2;
}
.TagClassName
{
border-color: #DB85C2;
}
</style>