Shades of Petite Orchid #DB9589
Tints of Petite Orchid #DB9589
RGB
CMYK
RGB Variations
Color information
#DB9589 (or 0xDB9589) is known color: Petite Orchid. HEX triplet: DB, 95 and 89. RGB value is (219,149,137). Sum of RGB (Red+Green+Blue) = 219+149+137=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9589 is #246A76. Grayscale: #A8A8A8. Windows color (decimal): -2386551 or 9016795. OLE color: 9016795.
HSL color Cylindrical-coordinate representation of color #DB9589: hue angle of 8.78º 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 #DB9589 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 137 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.14 |
| HSL | 8.78º | 0.53% | 0.7% | - |
| HSV(B) | 8.78º | 0.37% | 0.86% | - |
| XYZ | 44.48 | 38.36 | 28.73 | - |
| YUV | 168.56 | 110.19 | 163.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 137 | 0 | 0.32 | 0.37 | 0.14 | 8.78 | 0.53 | 0.7 |
| Hex | DB | 95 | 89 | 0 | 20 | 25 | E | 9 | 35 | 46 |
| Octal | 333 | 225 | 211 | 0 | 40 | 45 | 16 | 11 | 65 | 106 |
| Binary | 11011011 | 10010101 | 10001001 | 0 | 100000 | 100101 | 1110 | 1001 | 110101 | 1000110 |
Color Harmonies of #DB9589
Complementary color
Monochromatic Colors of #DB9589
Black with #DB9589
Text Example
Text Example
White with #DB9589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9589; }
p { color: rgb(219,149,137); }
H1.HeaderClassName
{
color: #DB9589;
}
.AnyTagClassName
{
color: #DB9589;
}
</style>
background-color css
<style>
a { background-color: #DB9589; }
a { background-color: rgb(219,149,137); }
div.DivClassName
{
background-color: #DB9589;
}
.BgClassName
{
background-color: #DB9589;
}
</style>
border-color css
<style>
span { border-color: #DB9589; }
span { border-color: rgb(219,149,137); }
td.TdClassName
{
border-color: #DB9589;
}
.TagClassName
{
border-color: #DB9589;
}
</style>