Shades of Petite Orchid #DB8D8B
Tints of Petite Orchid #DB8D8B
RGB
CMYK
RGB Variations
Color information
#DB8D8B (or 0xDB8D8B) is known color: Petite Orchid. HEX triplet: DB, 8D and 8B. RGB value is (219,141,139). Sum of RGB (Red+Green+Blue) = 219+141+139=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 141 (55.47% from 255 or 28.26% from 499); Blue value is 139 (54.69% from 255 or 27.86% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB8D8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB8D8B is #247274. Grayscale: #A4A4A4. Windows color (decimal): -2388597 or 9145819. OLE color: 9145819.
HSL color Cylindrical-coordinate representation of color #DB8D8B: hue angle of 1.5º 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 #DB8D8B is Cyan = 0, Magento = 0.36, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 141 | 139 | - |
| CMYK | 0 | 0.36 | 0.37 | 0.14 |
| HSL | 1.5º | 0.53% | 0.7% | - |
| HSV(B) | 1.5º | 0.37% | 0.86% | - |
| XYZ | 43.4 | 35.97 | 29.08 | - |
| YUV | 164.09 | 113.84 | 167.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 141 | 139 | 0 | 0.36 | 0.37 | 0.14 | 1.5 | 0.53 | 0.7 |
| Hex | DB | 8D | 8B | 0 | 24 | 25 | E | 2 | 35 | 46 |
| Octal | 333 | 215 | 213 | 0 | 44 | 45 | 16 | 2 | 65 | 106 |
| Binary | 11011011 | 10001101 | 10001011 | 0 | 100100 | 100101 | 1110 | 10 | 110101 | 1000110 |
Color Harmonies of #DB8D8B
Complementary color
Monochromatic Colors of #DB8D8B
Black with #DB8D8B
Text Example
Text Example
White with #DB8D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8D8B; }
p { color: rgb(219,141,139); }
H1.HeaderClassName
{
color: #DB8D8B;
}
.AnyTagClassName
{
color: #DB8D8B;
}
</style>
background-color css
<style>
a { background-color: #DB8D8B; }
a { background-color: rgb(219,141,139); }
div.DivClassName
{
background-color: #DB8D8B;
}
.BgClassName
{
background-color: #DB8D8B;
}
</style>
border-color css
<style>
span { border-color: #DB8D8B; }
span { border-color: rgb(219,141,139); }
td.TdClassName
{
border-color: #DB8D8B;
}
.TagClassName
{
border-color: #DB8D8B;
}
</style>