Shades of Petite Orchid #DB9A8B
Tints of Petite Orchid #DB9A8B
RGB
CMYK
RGB Variations
Color information
#DB9A8B (or 0xDB9A8B) is known color: Petite Orchid. HEX triplet: DB, 9A and 8B. RGB value is (219,154,139). Sum of RGB (Red+Green+Blue) = 219+154+139=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 154 (60.55% from 255 or 30.08% from 512); Blue value is 139 (54.69% from 255 or 27.15% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A8B is #246574. Grayscale: #ABABAB. Windows color (decimal): -2385269 or 9149147. OLE color: 9149147.
HSL color Cylindrical-coordinate representation of color #DB9A8B: hue angle of 11.25º 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 #DB9A8B is Cyan = 0, Magento = 0.30, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 139 | - |
| CMYK | 0 | 0.30 | 0.37 | 0.14 |
| HSL | 11.25º | 0.53% | 0.7% | - |
| HSV(B) | 11.25º | 0.37% | 0.86% | - |
| XYZ | 45.43 | 40.04 | 29.76 | - |
| YUV | 171.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 139 | 0 | 0.30 | 0.37 | 0.14 | 11.25 | 0.53 | 0.7 |
| Hex | DB | 9A | 8B | 0 | 1E | 25 | E | B | 35 | 46 |
| Octal | 333 | 232 | 213 | 0 | 36 | 45 | 16 | 13 | 65 | 106 |
| Binary | 11011011 | 10011010 | 10001011 | 0 | 11110 | 100101 | 1110 | 1011 | 110101 | 1000110 |
Color Harmonies of #DB9A8B
Complementary color
Monochromatic Colors of #DB9A8B
Black with #DB9A8B
Text Example
Text Example
White with #DB9A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A8B; }
p { color: rgb(219,154,139); }
H1.HeaderClassName
{
color: #DB9A8B;
}
.AnyTagClassName
{
color: #DB9A8B;
}
</style>
background-color css
<style>
a { background-color: #DB9A8B; }
a { background-color: rgb(219,154,139); }
div.DivClassName
{
background-color: #DB9A8B;
}
.BgClassName
{
background-color: #DB9A8B;
}
</style>
border-color css
<style>
span { border-color: #DB9A8B; }
span { border-color: rgb(219,154,139); }
td.TdClassName
{
border-color: #DB9A8B;
}
.TagClassName
{
border-color: #DB9A8B;
}
</style>