Shades of Shocking #DB84B8
Tints of Shocking #DB84B8
RGB
CMYK
RGB Variations
Color information
#DB84B8 (or 0xDB84B8) is known color: Shocking. HEX triplet: DB, 84 and B8. RGB value is (219,132,184). Sum of RGB (Red+Green+Blue) = 219+132+184=535 (70% of max value = 765). Red value is 219 (85.94% from 255 or 40.93% from 535); Green value is 132 (51.95% from 255 or 24.67% from 535); Blue value is 184 (72.27% from 255 or 34.39% from 535); Max value from RGB is 219 - color contains mainly: red. Hex color #DB84B8 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB84B8 is #247B47. Grayscale: #A3A3A3. Windows color (decimal): -2390856 or 12092635. OLE color: 12092635.
HSL color Cylindrical-coordinate representation of color #DB84B8: hue angle of 324.14º degrees, saturation: 0.55, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB84B8 is Cyan = 0, Magento = 0.40, Yellow = 0.16 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 132 | 184 | - |
| CMYK | 0 | 0.40 | 0.16 | 0.14 |
| HSL | 324.14º | 0.55% | 0.69% | - |
| HSV(B) | 324.14º | 0.4% | 0.86% | - |
| XYZ | 46.12 | 35.02 | 49.68 | - |
| YUV | 163.94 | 139.32 | 167.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 132 | 184 | 0 | 0.40 | 0.16 | 0.14 | 324.14 | 0.55 | 0.69 |
| Hex | DB | 84 | B8 | 0 | 28 | 10 | E | 144 | 37 | 45 |
| Octal | 333 | 204 | 270 | 0 | 50 | 20 | 16 | 504 | 67 | 105 |
| Binary | 11011011 | 10000100 | 10111000 | 0 | 101000 | 10000 | 1110 | 101000100 | 110111 | 1000101 |
Color Harmonies of #DB84B8
Complementary color
Monochromatic Colors of #DB84B8
Black with #DB84B8
Text Example
Text Example
White with #DB84B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB84B8; }
p { color: rgb(219,132,184); }
H1.HeaderClassName
{
color: #DB84B8;
}
.AnyTagClassName
{
color: #DB84B8;
}
</style>
background-color css
<style>
a { background-color: #DB84B8; }
a { background-color: rgb(219,132,184); }
div.DivClassName
{
background-color: #DB84B8;
}
.BgClassName
{
background-color: #DB84B8;
}
</style>
border-color css
<style>
span { border-color: #DB84B8; }
span { border-color: rgb(219,132,184); }
td.TdClassName
{
border-color: #DB84B8;
}
.TagClassName
{
border-color: #DB84B8;
}
</style>