Shades of Shocking #DB82B8
Tints of Shocking #DB82B8
RGB
CMYK
RGB Variations
Color information
#DB82B8 (or 0xDB82B8) is known color: Shocking. HEX triplet: DB, 82 and B8. RGB value is (219,130,184). Sum of RGB (Red+Green+Blue) = 219+130+184=533 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.09% from 533); Green value is 130 (51.17% from 255 or 24.39% from 533); Blue value is 184 (72.27% from 255 or 34.52% from 533); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82B8 is #247D47. Grayscale: #A2A2A2. Windows color (decimal): -2391368 or 12092123. OLE color: 12092123.
HSL color Cylindrical-coordinate representation of color #DB82B8: hue angle of 323.6º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DB82B8 is Cyan = 0, Magento = 0.41, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 184 | - |
| CMYK | 0 | 0.41 | 0.16 | 0.14 |
| HSL | 323.6º | 0.55% | 0.68% | - |
| HSV(B) | 323.6º | 0.41% | 0.86% | - |
| XYZ | 45.85 | 34.49 | 49.59 | - |
| YUV | 162.77 | 139.99 | 168.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 184 | 0 | 0.41 | 0.16 | 0.14 | 323.6 | 0.55 | 0.68 |
| Hex | DB | 82 | B8 | 0 | 29 | 10 | E | 144 | 37 | 44 |
| Octal | 333 | 202 | 270 | 0 | 51 | 20 | 16 | 504 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10111000 | 0 | 101001 | 10000 | 1110 | 101000100 | 110111 | 1000100 |
Color Harmonies of #DB82B8
Complementary color
Monochromatic Colors of #DB82B8
Black with #DB82B8
Text Example
Text Example
White with #DB82B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82B8; }
p { color: rgb(219,130,184); }
H1.HeaderClassName
{
color: #DB82B8;
}
.AnyTagClassName
{
color: #DB82B8;
}
</style>
background-color css
<style>
a { background-color: #DB82B8; }
a { background-color: rgb(219,130,184); }
div.DivClassName
{
background-color: #DB82B8;
}
.BgClassName
{
background-color: #DB82B8;
}
</style>
border-color css
<style>
span { border-color: #DB82B8; }
span { border-color: rgb(219,130,184); }
td.TdClassName
{
border-color: #DB82B8;
}
.TagClassName
{
border-color: #DB82B8;
}
</style>