Shades of Orchid #DB89D0
Tints of Orchid #DB89D0
RGB
CMYK
RGB Variations
Color information
#DB89D0 (or 0xDB89D0) is known color: Orchid. HEX triplet: DB, 89 and D0. RGB value is (219,137,208). Sum of RGB (Red+Green+Blue) = 219+137+208=564 (74% of max value = 765). Red value is 219 (85.94% from 255 or 38.83% from 564); Green value is 137 (53.91% from 255 or 24.29% from 564); Blue value is 208 (81.64% from 255 or 36.88% from 564); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89D0 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89D0 is #24762F. Grayscale: #A9A9A9. Windows color (decimal): -2389552 or 13666779. OLE color: 13666779.
HSL color Cylindrical-coordinate representation of color #DB89D0: hue angle of 308.05º 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 #DB89D0 is Cyan = 0, Magento = 0.37, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 208 | - |
| CMYK | 0 | 0.37 | 0.05 | 0.14 |
| HSL | 308.05º | 0.53% | 0.7% | - |
| HSV(B) | 308.05º | 0.37% | 0.86% | - |
| XYZ | 49.54 | 37.51 | 64.3 | - |
| YUV | 169.61 | 149.67 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 208 | 0 | 0.37 | 0.05 | 0.14 | 308.05 | 0.53 | 0.7 |
| Hex | DB | 89 | D0 | 0 | 25 | 5 | E | 134 | 35 | 46 |
| Octal | 333 | 211 | 320 | 0 | 45 | 5 | 16 | 464 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11010000 | 0 | 100101 | 101 | 1110 | 100110100 | 110101 | 1000110 |
Color Harmonies of #DB89D0
Complementary color
Monochromatic Colors of #DB89D0
Black with #DB89D0
Text Example
Text Example
White with #DB89D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89D0; }
p { color: rgb(219,137,208); }
H1.HeaderClassName
{
color: #DB89D0;
}
.AnyTagClassName
{
color: #DB89D0;
}
</style>
background-color css
<style>
a { background-color: #DB89D0; }
a { background-color: rgb(219,137,208); }
div.DivClassName
{
background-color: #DB89D0;
}
.BgClassName
{
background-color: #DB89D0;
}
</style>
border-color css
<style>
span { border-color: #DB89D0; }
span { border-color: rgb(219,137,208); }
td.TdClassName
{
border-color: #DB89D0;
}
.TagClassName
{
border-color: #DB89D0;
}
</style>