Shades of Petite Orchid #DB9788
Tints of Petite Orchid #DB9788
RGB
CMYK
RGB Variations
Color information
#DB9788 (or 0xDB9788) is known color: Petite Orchid. HEX triplet: DB, 97 and 88. RGB value is (219,151,136). Sum of RGB (Red+Green+Blue) = 219+151+136=506 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.28% from 506); Green value is 151 (59.38% from 255 or 29.84% from 506); Blue value is 136 (53.52% from 255 or 26.88% from 506); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9788 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9788 is #246877. Grayscale: #A9A9A9. Windows color (decimal): -2386040 or 8951771. OLE color: 8951771.
HSL color Cylindrical-coordinate representation of color #DB9788: hue angle of 10.84º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9788 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 136 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.14 |
| HSL | 10.84º | 0.54% | 0.7% | - |
| HSV(B) | 10.84º | 0.38% | 0.86% | - |
| XYZ | 44.72 | 38.97 | 28.46 | - |
| YUV | 169.62 | 109.03 | 163.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 136 | 0 | 0.31 | 0.38 | 0.14 | 10.84 | 0.54 | 0.7 |
| Hex | DB | 97 | 88 | 0 | 1F | 26 | E | B | 36 | 46 |
| Octal | 333 | 227 | 210 | 0 | 37 | 46 | 16 | 13 | 66 | 106 |
| Binary | 11011011 | 10010111 | 10001000 | 0 | 11111 | 100110 | 1110 | 1011 | 110110 | 1000110 |
Color Harmonies of #DB9788
Complementary color
Monochromatic Colors of #DB9788
Black with #DB9788
Text Example
Text Example
White with #DB9788
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9788; }
p { color: rgb(219,151,136); }
H1.HeaderClassName
{
color: #DB9788;
}
.AnyTagClassName
{
color: #DB9788;
}
</style>
background-color css
<style>
a { background-color: #DB9788; }
a { background-color: rgb(219,151,136); }
div.DivClassName
{
background-color: #DB9788;
}
.BgClassName
{
background-color: #DB9788;
}
</style>
border-color css
<style>
span { border-color: #DB9788; }
span { border-color: rgb(219,151,136); }
td.TdClassName
{
border-color: #DB9788;
}
.TagClassName
{
border-color: #DB9788;
}
</style>