Shades of Shocking #DB88BD
Tints of Shocking #DB88BD
RGB
CMYK
RGB Variations
Color information
#DB88BD (or 0xDB88BD) is known color: Shocking. HEX triplet: DB, 88 and BD. RGB value is (219,136,189). Sum of RGB (Red+Green+Blue) = 219+136+189=544 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.26% from 544); Green value is 136 (53.52% from 255 or 25% from 544); Blue value is 189 (74.22% from 255 or 34.74% from 544); Max value from RGB is 219 - color contains mainly: red. Hex color #DB88BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88BD is #247742. Grayscale: #A6A6A6. Windows color (decimal): -2389827 or 12421339. OLE color: 12421339.
HSL color Cylindrical-coordinate representation of color #DB88BD: hue angle of 321.69º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB88BD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 136 | 189 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.14 |
| HSL | 321.69º | 0.54% | 0.7% | - |
| HSV(B) | 321.69º | 0.38% | 0.86% | - |
| XYZ | 47.2 | 36.34 | 52.67 | - |
| YUV | 166.86 | 140.5 | 165.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 189 | 0 | 0.38 | 0.14 | 0.14 | 321.69 | 0.54 | 0.7 |
| Hex | DB | 88 | BD | 0 | 26 | E | E | 142 | 36 | 46 |
| Octal | 333 | 210 | 275 | 0 | 46 | 16 | 16 | 502 | 66 | 106 |
| Binary | 11011011 | 10001000 | 10111101 | 0 | 100110 | 1110 | 1110 | 101000010 | 110110 | 1000110 |
Color Harmonies of #DB88BD
Complementary color
Monochromatic Colors of #DB88BD
Black with #DB88BD
Text Example
Text Example
White with #DB88BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88BD; }
p { color: rgb(219,136,189); }
H1.HeaderClassName
{
color: #DB88BD;
}
.AnyTagClassName
{
color: #DB88BD;
}
</style>
background-color css
<style>
a { background-color: #DB88BD; }
a { background-color: rgb(219,136,189); }
div.DivClassName
{
background-color: #DB88BD;
}
.BgClassName
{
background-color: #DB88BD;
}
</style>
border-color css
<style>
span { border-color: #DB88BD; }
span { border-color: rgb(219,136,189); }
td.TdClassName
{
border-color: #DB88BD;
}
.TagClassName
{
border-color: #DB88BD;
}
</style>