Shades of Petite Orchid #DB9887
Tints of Petite Orchid #DB9887
RGB
CMYK
RGB Variations
Color information
#DB9887 (or 0xDB9887) is known color: Petite Orchid. HEX triplet: DB, 98 and 87. RGB value is (219,152,135). Sum of RGB (Red+Green+Blue) = 219+152+135=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 152 (59.77% from 255 or 30.04% from 506); Blue value is 135 (53.12% from 255 or 26.68% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9887 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9887 is #246778. Grayscale: #AAAAAA. Windows color (decimal): -2385785 or 8886491. OLE color: 8886491.
HSL color Cylindrical-coordinate representation of color #DB9887: hue angle of 12.14º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9887 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 135 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.14 |
| HSL | 12.14º | 0.54% | 0.69% | - |
| HSV(B) | 12.14º | 0.38% | 0.86% | - |
| XYZ | 44.81 | 39.27 | 28.14 | - |
| YUV | 170.1 | 108.2 | 162.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 135 | 0 | 0.31 | 0.38 | 0.14 | 12.14 | 0.54 | 0.69 |
| Hex | DB | 98 | 87 | 0 | 1F | 26 | E | C | 36 | 45 |
| Octal | 333 | 230 | 207 | 0 | 37 | 46 | 16 | 14 | 66 | 105 |
| Binary | 11011011 | 10011000 | 10000111 | 0 | 11111 | 100110 | 1110 | 1100 | 110110 | 1000101 |
Color Harmonies of #DB9887
Complementary color
Monochromatic Colors of #DB9887
Black with #DB9887
Text Example
Text Example
White with #DB9887
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9887; }
p { color: rgb(219,152,135); }
H1.HeaderClassName
{
color: #DB9887;
}
.AnyTagClassName
{
color: #DB9887;
}
</style>
background-color css
<style>
a { background-color: #DB9887; }
a { background-color: rgb(219,152,135); }
div.DivClassName
{
background-color: #DB9887;
}
.BgClassName
{
background-color: #DB9887;
}
</style>
border-color css
<style>
span { border-color: #DB9887; }
span { border-color: rgb(219,152,135); }
td.TdClassName
{
border-color: #DB9887;
}
.TagClassName
{
border-color: #DB9887;
}
</style>