Shades of Shocking #DB89C0
Tints of Shocking #DB89C0
RGB
CMYK
RGB Variations
Color information
#DB89C0 (or 0xDB89C0) is known color: Shocking. HEX triplet: DB, 89 and C0. RGB value is (219,137,192). Sum of RGB (Red+Green+Blue) = 219+137+192=548 (72% of max value = 765). Red value is 219 (85.94% from 255 or 39.96% from 548); Green value is 137 (53.91% from 255 or 25% from 548); Blue value is 192 (75.39% from 255 or 35.04% from 548); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89C0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89C0 is #24763F. Grayscale: #A7A7A7. Windows color (decimal): -2389568 or 12618203. OLE color: 12618203.
HSL color Cylindrical-coordinate representation of color #DB89C0: hue angle of 319.76º 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 #DB89C0 is Cyan = 0, Magento = 0.37, Yellow = 0.12 and Black (K on CMYK) = 0.14.
Color convert
RGB | 219 | 137 | 192 | - |
CMYK | 0 | 0.37 | 0.12 | 0.14 |
HSL | 319.76º | 0.53% | 0.7% | - |
HSV(B) | 319.76º | 0.37% | 0.86% | - |
XYZ | 47.67 | 36.76 | 54.45 | - |
YUV | 167.79 | 141.67 | 164.53 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 219 | 137 | 192 | 0 | 0.37 | 0.12 | 0.14 | 319.76 | 0.53 | 0.7 |
Hex | DB | 89 | C0 | 0 | 25 | C | E | 140 | 35 | 46 |
Octal | 333 | 211 | 300 | 0 | 45 | 14 | 16 | 500 | 65 | 106 |
Binary | 11011011 | 10001001 | 11000000 | 0 | 100101 | 1100 | 1110 | 101000000 | 110101 | 1000110 |
Color Harmonies of #DB89C0
Complementary color
Monochromatic Colors of #DB89C0
Black with #DB89C0
Text Example
Text Example
White with #DB89C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89C0; }
p { color: rgb(219,137,192); }
H1.HeaderClassName
{
color: #DB89C0;
}
.AnyTagClassName
{
color: #DB89C0;
}
</style>
background-color css
<style>
a { background-color: #DB89C0; }
a { background-color: rgb(219,137,192); }
div.DivClassName
{
background-color: #DB89C0;
}
.BgClassName
{
background-color: #DB89C0;
}
</style>
border-color css
<style>
span { border-color: #DB89C0; }
span { border-color: rgb(219,137,192); }
td.TdClassName
{
border-color: #DB89C0;
}
.TagClassName
{
border-color: #DB89C0;
}
</style>