Shades of Petite Orchid #DB9688
Tints of Petite Orchid #DB9688
RGB
CMYK
RGB Variations
Color information
#DB9688 (or 0xDB9688) is known color: Petite Orchid. HEX triplet: DB, 96 and 88. RGB value is (219,150,136). Sum of RGB (Red+Green+Blue) = 219+150+136=505 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.37% from 505); Green value is 150 (58.98% from 255 or 29.70% from 505); Blue value is 136 (53.52% from 255 or 26.93% from 505); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9688 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9688 is #246977. Grayscale: #A9A9A9. Windows color (decimal): -2386296 or 8951515. OLE color: 8951515.
HSL color Cylindrical-coordinate representation of color #DB9688: hue angle of 10.12º 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 #DB9688 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 136 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.14 |
| HSL | 10.12º | 0.54% | 0.7% | - |
| HSV(B) | 10.12º | 0.38% | 0.86% | - |
| XYZ | 44.56 | 38.65 | 28.4 | - |
| YUV | 169.04 | 109.36 | 163.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 136 | 0 | 0.32 | 0.38 | 0.14 | 10.12 | 0.54 | 0.7 |
| Hex | DB | 96 | 88 | 0 | 20 | 26 | E | A | 36 | 46 |
| Octal | 333 | 226 | 210 | 0 | 40 | 46 | 16 | 12 | 66 | 106 |
| Binary | 11011011 | 10010110 | 10001000 | 0 | 100000 | 100110 | 1110 | 1010 | 110110 | 1000110 |
Color Harmonies of #DB9688
Complementary color
Monochromatic Colors of #DB9688
Black with #DB9688
Text Example
Text Example
White with #DB9688
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9688; }
p { color: rgb(219,150,136); }
H1.HeaderClassName
{
color: #DB9688;
}
.AnyTagClassName
{
color: #DB9688;
}
</style>
background-color css
<style>
a { background-color: #DB9688; }
a { background-color: rgb(219,150,136); }
div.DivClassName
{
background-color: #DB9688;
}
.BgClassName
{
background-color: #DB9688;
}
</style>
border-color css
<style>
span { border-color: #DB9688; }
span { border-color: rgb(219,150,136); }
td.TdClassName
{
border-color: #DB9688;
}
.TagClassName
{
border-color: #DB9688;
}
</style>