Shades of Shocking #DB89C6
Tints of Shocking #DB89C6
RGB
CMYK
RGB Variations
Color information
#DB89C6 (or 0xDB89C6) is known color: Shocking. HEX triplet: DB, 89 and C6. RGB value is (219,137,198). Sum of RGB (Red+Green+Blue) = 219+137+198=554 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.53% from 554); Green value is 137 (53.91% from 255 or 24.73% from 554); Blue value is 198 (77.73% from 255 or 35.74% from 554); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89C6 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89C6 is #247639. Grayscale: #A8A8A8. Windows color (decimal): -2389562 or 13011419. OLE color: 13011419.
HSL color Cylindrical-coordinate representation of color #DB89C6: hue angle of 315.37º 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 #DB89C6 is Cyan = 0, Magento = 0.37, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 198 | - |
| CMYK | 0 | 0.37 | 0.10 | 0.14 |
| HSL | 315.37º | 0.53% | 0.7% | - |
| HSV(B) | 315.37º | 0.37% | 0.86% | - |
| XYZ | 48.35 | 37.03 | 58.02 | - |
| YUV | 168.47 | 144.67 | 164.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 198 | 0 | 0.37 | 0.10 | 0.14 | 315.37 | 0.53 | 0.7 |
| Hex | DB | 89 | C6 | 0 | 25 | A | E | 13B | 35 | 46 |
| Octal | 333 | 211 | 306 | 0 | 45 | 12 | 16 | 473 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11000110 | 0 | 100101 | 1010 | 1110 | 100111011 | 110101 | 1000110 |
Color Harmonies of #DB89C6
Complementary color
Monochromatic Colors of #DB89C6
Black with #DB89C6
Text Example
Text Example
White with #DB89C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89C6; }
p { color: rgb(219,137,198); }
H1.HeaderClassName
{
color: #DB89C6;
}
.AnyTagClassName
{
color: #DB89C6;
}
</style>
background-color css
<style>
a { background-color: #DB89C6; }
a { background-color: rgb(219,137,198); }
div.DivClassName
{
background-color: #DB89C6;
}
.BgClassName
{
background-color: #DB89C6;
}
</style>
border-color css
<style>
span { border-color: #DB89C6; }
span { border-color: rgb(219,137,198); }
td.TdClassName
{
border-color: #DB89C6;
}
.TagClassName
{
border-color: #DB89C6;
}
</style>