Shades of Petite Orchid #DB9C8F
Tints of Petite Orchid #DB9C8F
RGB
CMYK
RGB Variations
Color information
#DB9C8F (or 0xDB9C8F) is known color: Petite Orchid. HEX triplet: DB, 9C and 8F. RGB value is (219,156,143). Sum of RGB (Red+Green+Blue) = 219+156+143=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C8F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C8F is #246370. Grayscale: #ADADAD. Windows color (decimal): -2384753 or 9411803. OLE color: 9411803.
HSL color Cylindrical-coordinate representation of color #DB9C8F: hue angle of 10.26º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB9C8F is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 143 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.14 |
| HSL | 10.26º | 0.51% | 0.71% | - |
| HSV(B) | 10.26º | 0.35% | 0.86% | - |
| XYZ | 46.06 | 40.82 | 31.44 | - |
| YUV | 173.36 | 110.87 | 160.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 143 | 0 | 0.29 | 0.35 | 0.14 | 10.26 | 0.51 | 0.71 |
| Hex | DB | 9C | 8F | 0 | 1D | 23 | E | A | 33 | 47 |
| Octal | 333 | 234 | 217 | 0 | 35 | 43 | 16 | 12 | 63 | 107 |
| Binary | 11011011 | 10011100 | 10001111 | 0 | 11101 | 100011 | 1110 | 1010 | 110011 | 1000111 |
Color Harmonies of #DB9C8F
Complementary color
Monochromatic Colors of #DB9C8F
Black with #DB9C8F
Text Example
Text Example
White with #DB9C8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C8F; }
p { color: rgb(219,156,143); }
H1.HeaderClassName
{
color: #DB9C8F;
}
.AnyTagClassName
{
color: #DB9C8F;
}
</style>
background-color css
<style>
a { background-color: #DB9C8F; }
a { background-color: rgb(219,156,143); }
div.DivClassName
{
background-color: #DB9C8F;
}
.BgClassName
{
background-color: #DB9C8F;
}
</style>
border-color css
<style>
span { border-color: #DB9C8F; }
span { border-color: rgb(219,156,143); }
td.TdClassName
{
border-color: #DB9C8F;
}
.TagClassName
{
border-color: #DB9C8F;
}
</style>