Shades of Shocking #DB87BD
Tints of Shocking #DB87BD
RGB
CMYK
RGB Variations
Color information
#DB87BD (or 0xDB87BD) is known color: Shocking. HEX triplet: DB, 87 and BD. RGB value is (219,135,189). Sum of RGB (Red+Green+Blue) = 219+135+189=543 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.33% from 543); Green value is 135 (53.12% from 255 or 24.86% from 543); Blue value is 189 (74.22% from 255 or 34.81% from 543); Max value from RGB is 219 - color contains mainly: red. Hex color #DB87BD is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB87BD is #247842. Grayscale: #A6A6A6. Windows color (decimal): -2390083 or 12421083. OLE color: 12421083.
HSL color Cylindrical-coordinate representation of color #DB87BD: hue angle of 321.43º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB87BD is Cyan = 0, Magento = 0.38, Yellow = 0.14 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 135 | 189 | - |
| CMYK | 0 | 0.38 | 0.14 | 0.14 |
| HSL | 321.43º | 0.54% | 0.69% | - |
| HSV(B) | 321.43º | 0.38% | 0.86% | - |
| XYZ | 47.06 | 36.06 | 52.62 | - |
| YUV | 166.27 | 140.83 | 165.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 189 | 0 | 0.38 | 0.14 | 0.14 | 321.43 | 0.54 | 0.69 |
| Hex | DB | 87 | BD | 0 | 26 | E | E | 141 | 36 | 45 |
| Octal | 333 | 207 | 275 | 0 | 46 | 16 | 16 | 501 | 66 | 105 |
| Binary | 11011011 | 10000111 | 10111101 | 0 | 100110 | 1110 | 1110 | 101000001 | 110110 | 1000101 |
Color Harmonies of #DB87BD
Complementary color
Monochromatic Colors of #DB87BD
Black with #DB87BD
Text Example
Text Example
White with #DB87BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87BD; }
p { color: rgb(219,135,189); }
H1.HeaderClassName
{
color: #DB87BD;
}
.AnyTagClassName
{
color: #DB87BD;
}
</style>
background-color css
<style>
a { background-color: #DB87BD; }
a { background-color: rgb(219,135,189); }
div.DivClassName
{
background-color: #DB87BD;
}
.BgClassName
{
background-color: #DB87BD;
}
</style>
border-color css
<style>
span { border-color: #DB87BD; }
span { border-color: rgb(219,135,189); }
td.TdClassName
{
border-color: #DB87BD;
}
.TagClassName
{
border-color: #DB87BD;
}
</style>