Shades of Shocking #DB89BE
Tints of Shocking #DB89BE
RGB
CMYK
RGB Variations
Color information
#DB89BE (or 0xDB89BE) is known color: Shocking. HEX triplet: DB, 89 and BE. RGB value is (219,137,190). Sum of RGB (Red+Green+Blue) = 219+137+190=546 (72% of max value = 765). Red value is 219 (85.94% from 255 or 40.11% from 546); Green value is 137 (53.91% from 255 or 25.09% from 546); Blue value is 190 (74.61% from 255 or 34.80% from 546); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89BE is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89BE is #247641. Grayscale: #A7A7A7. Windows color (decimal): -2389570 or 12487131. OLE color: 12487131.
HSL color Cylindrical-coordinate representation of color #DB89BE: hue angle of 321.22º degrees, saturation: 0.53, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DB89BE is Cyan = 0, Magento = 0.37, Yellow = 0.13 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 190 | - |
| CMYK | 0 | 0.37 | 0.13 | 0.14 |
| HSL | 321.22º | 0.53% | 0.7% | - |
| HSV(B) | 321.22º | 0.37% | 0.86% | - |
| XYZ | 47.45 | 36.67 | 53.29 | - |
| YUV | 167.56 | 140.67 | 164.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 190 | 0 | 0.37 | 0.13 | 0.14 | 321.22 | 0.53 | 0.7 |
| Hex | DB | 89 | BE | 0 | 25 | D | E | 141 | 35 | 46 |
| Octal | 333 | 211 | 276 | 0 | 45 | 15 | 16 | 501 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10111110 | 0 | 100101 | 1101 | 1110 | 101000001 | 110101 | 1000110 |
Color Harmonies of #DB89BE
Complementary color
Monochromatic Colors of #DB89BE
Black with #DB89BE
Text Example
Text Example
White with #DB89BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89BE; }
p { color: rgb(219,137,190); }
H1.HeaderClassName
{
color: #DB89BE;
}
.AnyTagClassName
{
color: #DB89BE;
}
</style>
background-color css
<style>
a { background-color: #DB89BE; }
a { background-color: rgb(219,137,190); }
div.DivClassName
{
background-color: #DB89BE;
}
.BgClassName
{
background-color: #DB89BE;
}
</style>
border-color css
<style>
span { border-color: #DB89BE; }
span { border-color: rgb(219,137,190); }
td.TdClassName
{
border-color: #DB89BE;
}
.TagClassName
{
border-color: #DB89BE;
}
</style>