Shades of Shocking #DB85B6
Tints of Shocking #DB85B6
RGB
CMYK
RGB Variations
Color information
#DB85B6 (or 0xDB85B6) is known color: Shocking. HEX triplet: DB, 85 and B6. RGB value is (219,133,182). Sum of RGB (Red+Green+Blue) = 219+133+182=534 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.01% from 534); Green value is 133 (52.34% from 255 or 24.91% from 534); Blue value is 182 (71.48% from 255 or 34.08% from 534); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85B6 is #247A49. Grayscale: #A4A4A4. Windows color (decimal): -2390602 or 11961819. OLE color: 11961819.
HSL color Cylindrical-coordinate representation of color #DB85B6: hue angle of 325.81º 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 #DB85B6 is Cyan = 0, Magento = 0.39, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 182 | - |
| CMYK | 0 | 0.39 | 0.17 | 0.14 |
| HSL | 325.81º | 0.54% | 0.69% | - |
| HSV(B) | 325.81º | 0.39% | 0.86% | - |
| XYZ | 46.04 | 35.21 | 48.63 | - |
| YUV | 164.3 | 137.99 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 182 | 0 | 0.39 | 0.17 | 0.14 | 325.81 | 0.54 | 0.69 |
| Hex | DB | 85 | B6 | 0 | 27 | 11 | E | 146 | 36 | 45 |
| Octal | 333 | 205 | 266 | 0 | 47 | 21 | 16 | 506 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10110110 | 0 | 100111 | 10001 | 1110 | 101000110 | 110110 | 1000101 |
Color Harmonies of #DB85B6
Complementary color
Monochromatic Colors of #DB85B6
Black with #DB85B6
Text Example
Text Example
White with #DB85B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85B6; }
p { color: rgb(219,133,182); }
H1.HeaderClassName
{
color: #DB85B6;
}
.AnyTagClassName
{
color: #DB85B6;
}
</style>
background-color css
<style>
a { background-color: #DB85B6; }
a { background-color: rgb(219,133,182); }
div.DivClassName
{
background-color: #DB85B6;
}
.BgClassName
{
background-color: #DB85B6;
}
</style>
border-color css
<style>
span { border-color: #DB85B6; }
span { border-color: rgb(219,133,182); }
td.TdClassName
{
border-color: #DB85B6;
}
.TagClassName
{
border-color: #DB85B6;
}
</style>