Shades of Orchid #DB89C9
Tints of Orchid #DB89C9
RGB
CMYK
RGB Variations
Color information
#DB89C9 (or 0xDB89C9) is known color: Orchid. HEX triplet: DB, 89 and C9. RGB value is (219,137,201). Sum of RGB (Red+Green+Blue) = 219+137+201=557 (73% of max value = 765). Red value is 219 (85.94% from 255 or 39.32% from 557); Green value is 137 (53.91% from 255 or 24.60% from 557); Blue value is 201 (78.91% from 255 or 36.09% from 557); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89C9 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89C9 is #247636. Grayscale: #A8A8A8. Windows color (decimal): -2389559 or 13208027. OLE color: 13208027.
HSL color Cylindrical-coordinate representation of color #DB89C9: hue angle of 313.17º 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 #DB89C9 is Cyan = 0, Magento = 0.37, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 201 | - |
| CMYK | 0 | 0.37 | 0.08 | 0.14 |
| HSL | 313.17º | 0.53% | 0.7% | - |
| HSV(B) | 313.17º | 0.37% | 0.86% | - |
| XYZ | 48.7 | 37.17 | 59.87 | - |
| YUV | 168.81 | 146.17 | 163.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 201 | 0 | 0.37 | 0.08 | 0.14 | 313.17 | 0.53 | 0.7 |
| Hex | DB | 89 | C9 | 0 | 25 | 8 | E | 139 | 35 | 46 |
| Octal | 333 | 211 | 311 | 0 | 45 | 10 | 16 | 471 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11001001 | 0 | 100101 | 1000 | 1110 | 100111001 | 110101 | 1000110 |
Color Harmonies of #DB89C9
Complementary color
Monochromatic Colors of #DB89C9
Black with #DB89C9
Text Example
Text Example
White with #DB89C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89C9; }
p { color: rgb(219,137,201); }
H1.HeaderClassName
{
color: #DB89C9;
}
.AnyTagClassName
{
color: #DB89C9;
}
</style>
background-color css
<style>
a { background-color: #DB89C9; }
a { background-color: rgb(219,137,201); }
div.DivClassName
{
background-color: #DB89C9;
}
.BgClassName
{
background-color: #DB89C9;
}
</style>
border-color css
<style>
span { border-color: #DB89C9; }
span { border-color: rgb(219,137,201); }
td.TdClassName
{
border-color: #DB89C9;
}
.TagClassName
{
border-color: #DB89C9;
}
</style>