Shades of Shocking #DB82B5
Tints of Shocking #DB82B5
RGB
CMYK
RGB Variations
Color information
#DB82B5 (or 0xDB82B5) is known color: Shocking. HEX triplet: DB, 82 and B5. RGB value is (219,130,181). Sum of RGB (Red+Green+Blue) = 219+130+181=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 130 (51.17% from 255 or 24.53% from 530); Blue value is 181 (71.09% from 255 or 34.15% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB82B5 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB82B5 is #247D4A. Grayscale: #A2A2A2. Windows color (decimal): -2391371 or 11895515. OLE color: 11895515.
HSL color Cylindrical-coordinate representation of color #DB82B5: hue angle of 325.62º 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 #DB82B5 is Cyan = 0, Magento = 0.41, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 130 | 181 | - |
| CMYK | 0 | 0.41 | 0.17 | 0.14 |
| HSL | 325.62º | 0.55% | 0.68% | - |
| HSV(B) | 325.62º | 0.41% | 0.86% | - |
| XYZ | 45.54 | 34.36 | 47.95 | - |
| YUV | 162.43 | 138.49 | 168.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 130 | 181 | 0 | 0.41 | 0.17 | 0.14 | 325.62 | 0.55 | 0.68 |
| Hex | DB | 82 | B5 | 0 | 29 | 11 | E | 146 | 37 | 44 |
| Octal | 333 | 202 | 265 | 0 | 51 | 21 | 16 | 506 | 67 | 104 |
| Binary | 11011011 | 10000010 | 10110101 | 0 | 101001 | 10001 | 1110 | 101000110 | 110111 | 1000100 |
Color Harmonies of #DB82B5
Complementary color
Monochromatic Colors of #DB82B5
Black with #DB82B5
Text Example
Text Example
White with #DB82B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB82B5; }
p { color: rgb(219,130,181); }
H1.HeaderClassName
{
color: #DB82B5;
}
.AnyTagClassName
{
color: #DB82B5;
}
</style>
background-color css
<style>
a { background-color: #DB82B5; }
a { background-color: rgb(219,130,181); }
div.DivClassName
{
background-color: #DB82B5;
}
.BgClassName
{
background-color: #DB82B5;
}
</style>
border-color css
<style>
span { border-color: #DB82B5; }
span { border-color: rgb(219,130,181); }
td.TdClassName
{
border-color: #DB82B5;
}
.TagClassName
{
border-color: #DB82B5;
}
</style>