Shades of Petite Orchid #DB9189
Tints of Petite Orchid #DB9189
RGB
CMYK
RGB Variations
Color information
#DB9189 (or 0xDB9189) is known color: Petite Orchid. HEX triplet: DB, 91 and 89. RGB value is (219,145,137). Sum of RGB (Red+Green+Blue) = 219+145+137=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 145 (57.03% from 255 or 28.94% from 501); Blue value is 137 (53.91% from 255 or 27.35% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9189 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9189 is #246E76. Grayscale: #A6A6A6. Windows color (decimal): -2387575 or 9015771. OLE color: 9015771.
HSL color Cylindrical-coordinate representation of color #DB9189: hue angle of 5.85º 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 #DB9189 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 137 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.14 |
| HSL | 5.85º | 0.53% | 0.7% | - |
| HSV(B) | 5.85º | 0.37% | 0.86% | - |
| XYZ | 43.85 | 37.12 | 28.52 | - |
| YUV | 166.21 | 111.52 | 165.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 137 | 0 | 0.34 | 0.37 | 0.14 | 5.85 | 0.53 | 0.7 |
| Hex | DB | 91 | 89 | 0 | 22 | 25 | E | 6 | 35 | 46 |
| Octal | 333 | 221 | 211 | 0 | 42 | 45 | 16 | 6 | 65 | 106 |
| Binary | 11011011 | 10010001 | 10001001 | 0 | 100010 | 100101 | 1110 | 110 | 110101 | 1000110 |
Color Harmonies of #DB9189
Complementary color
Monochromatic Colors of #DB9189
Black with #DB9189
Text Example
Text Example
White with #DB9189
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9189; }
p { color: rgb(219,145,137); }
H1.HeaderClassName
{
color: #DB9189;
}
.AnyTagClassName
{
color: #DB9189;
}
</style>
background-color css
<style>
a { background-color: #DB9189; }
a { background-color: rgb(219,145,137); }
div.DivClassName
{
background-color: #DB9189;
}
.BgClassName
{
background-color: #DB9189;
}
</style>
border-color css
<style>
span { border-color: #DB9189; }
span { border-color: rgb(219,145,137); }
td.TdClassName
{
border-color: #DB9189;
}
.TagClassName
{
border-color: #DB9189;
}
</style>