Shades of Orchid #DB89D4
Tints of Orchid #DB89D4
RGB
CMYK
RGB Variations
Color information
#DB89D4 (or 0xDB89D4) is known color: Orchid. HEX triplet: DB, 89 and D4. RGB value is (219,137,212). Sum of RGB (Red+Green+Blue) = 219+137+212=568 (75% of max value = 765). Red value is 219 (85.94% from 255 or 38.56% from 568); Green value is 137 (53.91% from 255 or 24.12% from 568); Blue value is 212 (83.20% from 255 or 37.32% from 568); Max value from RGB is 219 - color contains mainly: red. Hex color #DB89D4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB89D4 is #24762B. Grayscale: #A9A9A9. Windows color (decimal): -2389548 or 13928923. OLE color: 13928923.
HSL color Cylindrical-coordinate representation of color #DB89D4: hue angle of 305.12º 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 #DB89D4 is Cyan = 0, Magento = 0.37, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 137 | 212 | - |
| CMYK | 0 | 0.37 | 0.03 | 0.14 |
| HSL | 305.12º | 0.53% | 0.7% | - |
| HSV(B) | 305.12º | 0.37% | 0.86% | - |
| XYZ | 50.04 | 37.7 | 66.93 | - |
| YUV | 170.07 | 151.67 | 162.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 137 | 212 | 0 | 0.37 | 0.03 | 0.14 | 305.12 | 0.53 | 0.7 |
| Hex | DB | 89 | D4 | 0 | 25 | 3 | E | 131 | 35 | 46 |
| Octal | 333 | 211 | 324 | 0 | 45 | 3 | 16 | 461 | 65 | 106 |
| Binary | 11011011 | 10001001 | 11010100 | 0 | 100101 | 11 | 1110 | 100110001 | 110101 | 1000110 |
Color Harmonies of #DB89D4
Complementary color
Monochromatic Colors of #DB89D4
Black with #DB89D4
Text Example
Text Example
White with #DB89D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB89D4; }
p { color: rgb(219,137,212); }
H1.HeaderClassName
{
color: #DB89D4;
}
.AnyTagClassName
{
color: #DB89D4;
}
</style>
background-color css
<style>
a { background-color: #DB89D4; }
a { background-color: rgb(219,137,212); }
div.DivClassName
{
background-color: #DB89D4;
}
.BgClassName
{
background-color: #DB89D4;
}
</style>
border-color css
<style>
span { border-color: #DB89D4; }
span { border-color: rgb(219,137,212); }
td.TdClassName
{
border-color: #DB89D4;
}
.TagClassName
{
border-color: #DB89D4;
}
</style>