Shades of Shocking #DB85BA
Tints of Shocking #DB85BA
RGB
CMYK
RGB Variations
Color information
#DB85BA (or 0xDB85BA) is known color: Shocking. HEX triplet: DB, 85 and BA. RGB value is (219,133,186). Sum of RGB (Red+Green+Blue) = 219+133+186=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 133 (52.34% from 255 or 24.72% from 538); Blue value is 186 (73.05% from 255 or 34.57% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB85BA is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB85BA is #247A45. Grayscale: #A4A4A4. Windows color (decimal): -2390598 or 12223963. OLE color: 12223963.
HSL color Cylindrical-coordinate representation of color #DB85BA: hue angle of 323.02º 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 #DB85BA is Cyan = 0, Magento = 0.39, Yellow = 0.15 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 133 | 186 | - |
| CMYK | 0 | 0.39 | 0.15 | 0.14 |
| HSL | 323.02º | 0.54% | 0.69% | - |
| HSV(B) | 323.02º | 0.39% | 0.86% | - |
| XYZ | 46.46 | 35.38 | 50.83 | - |
| YUV | 164.76 | 139.99 | 166.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 133 | 186 | 0 | 0.39 | 0.15 | 0.14 | 323.02 | 0.54 | 0.69 |
| Hex | DB | 85 | BA | 0 | 27 | F | E | 143 | 36 | 45 |
| Octal | 333 | 205 | 272 | 0 | 47 | 17 | 16 | 503 | 66 | 105 |
| Binary | 11011011 | 10000101 | 10111010 | 0 | 100111 | 1111 | 1110 | 101000011 | 110110 | 1000101 |
Color Harmonies of #DB85BA
Complementary color
Monochromatic Colors of #DB85BA
Black with #DB85BA
Text Example
Text Example
White with #DB85BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB85BA; }
p { color: rgb(219,133,186); }
H1.HeaderClassName
{
color: #DB85BA;
}
.AnyTagClassName
{
color: #DB85BA;
}
</style>
background-color css
<style>
a { background-color: #DB85BA; }
a { background-color: rgb(219,133,186); }
div.DivClassName
{
background-color: #DB85BA;
}
.BgClassName
{
background-color: #DB85BA;
}
</style>
border-color css
<style>
span { border-color: #DB85BA; }
span { border-color: rgb(219,133,186); }
td.TdClassName
{
border-color: #DB85BA;
}
.TagClassName
{
border-color: #DB85BA;
}
</style>