Shades of Shocking #DB89B6
Tints of Shocking #DB89B6
RGB
CMYK
RGB Variations
Color information
#DB89B6 (or 0xDB89B6) is known color: Shocking. HEX triplet: DB, 89 and B6. RGB value is (219,137,182). Sum of RGB (Red+Green+Blue) = 219+137+182=538 (71% of max value = 765). Red value is 219 (85.94% from 255 or 40.71% from 538); Green value is 137 (53.91% from 255 or 25.46% from 538); Blue value is 182 (71.48% from 255 or 33.83% from 538); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89B6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89B6 is #247649. Grayscale: #A6A6A6. Windows color (decimal): -2389578 or 11962843. OLE color: 11962843.
HSL color Cylindrical-coordinate representation of color #DB89B6: hue angle of 327.07º 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 #DB89B6 is Cyan = 0, Magento = 0.37, Yellow = 0.17 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 182 | - |
| CMYK | 0 | 0.37 | 0.17 | 0.14 |
| HSL | 327.07º | 0.53% | 0.7% | - |
| HSV(B) | 327.07º | 0.37% | 0.86% | - |
| XYZ | 46.6 | 36.33 | 48.81 | - |
| YUV | 166.65 | 136.67 | 165.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 182 | 0 | 0.37 | 0.17 | 0.14 | 327.07 | 0.53 | 0.7 |
| Hex | DB | 89 | B6 | 0 | 25 | 11 | E | 147 | 35 | 46 |
| Octal | 333 | 211 | 266 | 0 | 45 | 21 | 16 | 507 | 65 | 106 |
| Binary | 11011011 | 10001001 | 10110110 | 0 | 100101 | 10001 | 1110 | 101000111 | 110101 | 1000110 |
Color Harmonies of #DB89B6
Complementary color
Monochromatic Colors of #DB89B6
Black with #DB89B6
Text Example
Text Example
White with #DB89B6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89B6; }
p { color: rgb(219,137,182); }
H1.HeaderClassName
{
color: #DB89B6;
}
.AnyTagClassName
{
color: #DB89B6;
}
</style>
background-color css
<style>
a { background-color: #DB89B6; }
a { background-color: rgb(219,137,182); }
div.DivClassName
{
background-color: #DB89B6;
}
.BgClassName
{
background-color: #DB89B6;
}
</style>
border-color css
<style>
span { border-color: #DB89B6; }
span { border-color: rgb(219,137,182); }
td.TdClassName
{
border-color: #DB89B6;
}
.TagClassName
{
border-color: #DB89B6;
}
</style>