Shades of Shocking #DB85B8
Tints of Shocking #DB85B8
RGB
CMYK
RGB Variations
Color information
#DB85B8 (or 0xDB85B8) is known color: Shocking. HEX triplet: DB, 85 and B8. RGB value is (219,133,184). Sum of RGB (Red+Green+Blue) = 219+133+184=536 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.86% from 536); Green value is 133 (52.34% from 255 or 24.81% from 536); Blue value is 184 (72.27% from 255 or 34.33% from 536); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85B8 is #247A47. Grayscale: #A4A4A4. Windows color (decimal): -2390600 or 12092891. OLE color: 12092891.
HSL color Cylindrical-coordinate representation of color #DB85B8: hue angle of 324.42º 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 #DB85B8 is Cyan = 0, Magento = 0.39, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 184 | - |
| CMYK | 0 | 0.39 | 0.16 | 0.14 |
| HSL | 324.42º | 0.54% | 0.69% | - |
| HSV(B) | 324.42º | 0.39% | 0.86% | - |
| XYZ | 46.25 | 35.3 | 49.72 | - |
| YUV | 164.53 | 138.99 | 166.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 184 | 0 | 0.39 | 0.16 | 0.14 | 324.42 | 0.54 | 0.69 |
| Hex | DB | 85 | B8 | 0 | 27 | 10 | E | 144 | 36 | 45 |
| Octal | 333 | 205 | 270 | 0 | 47 | 20 | 16 | 504 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10111000 | 0 | 100111 | 10000 | 1110 | 101000100 | 110110 | 1000101 |
Color Harmonies of #DB85B8
Complementary color
Monochromatic Colors of #DB85B8
Black with #DB85B8
Text Example
Text Example
White with #DB85B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85B8; }
p { color: rgb(219,133,184); }
H1.HeaderClassName
{
color: #DB85B8;
}
.AnyTagClassName
{
color: #DB85B8;
}
</style>
background-color css
<style>
a { background-color: #DB85B8; }
a { background-color: rgb(219,133,184); }
div.DivClassName
{
background-color: #DB85B8;
}
.BgClassName
{
background-color: #DB85B8;
}
</style>
border-color css
<style>
span { border-color: #DB85B8; }
span { border-color: rgb(219,133,184); }
td.TdClassName
{
border-color: #DB85B8;
}
.TagClassName
{
border-color: #DB85B8;
}
</style>