Shades of Petite Orchid #DB9B94
Tints of Petite Orchid #DB9B94
RGB
CMYK
RGB Variations
Color information
#DB9B94 (or 0xDB9B94) is known color: Petite Orchid. HEX triplet: DB, 9B and 94. RGB value is (219,155,148). Sum of RGB (Red+Green+Blue) = 219+155+148=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 155 (60.94% from 255 or 29.69% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B94 is #24646B. Grayscale: #ADADAD. Windows color (decimal): -2385004 or 9739227. OLE color: 9739227.
HSL color Cylindrical-coordinate representation of color #DB9B94: hue angle of 5.92º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9B94 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 148 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.14 |
| HSL | 5.92º | 0.5% | 0.72% | - |
| HSV(B) | 5.92º | 0.32% | 0.86% | - |
| XYZ | 46.28 | 40.64 | 33.42 | - |
| YUV | 173.34 | 113.7 | 160.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 148 | 0 | 0.29 | 0.32 | 0.14 | 5.92 | 0.5 | 0.72 |
| Hex | DB | 9B | 94 | 0 | 1D | 20 | E | 6 | 32 | 48 |
| Octal | 333 | 233 | 224 | 0 | 35 | 40 | 16 | 6 | 62 | 110 |
| Binary | 11011011 | 10011011 | 10010100 | 0 | 11101 | 100000 | 1110 | 110 | 110010 | 1001000 |
Color Harmonies of #DB9B94
Complementary color
Monochromatic Colors of #DB9B94
Black with #DB9B94
Text Example
Text Example
White with #DB9B94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B94; }
p { color: rgb(219,155,148); }
H1.HeaderClassName
{
color: #DB9B94;
}
.AnyTagClassName
{
color: #DB9B94;
}
</style>
background-color css
<style>
a { background-color: #DB9B94; }
a { background-color: rgb(219,155,148); }
div.DivClassName
{
background-color: #DB9B94;
}
.BgClassName
{
background-color: #DB9B94;
}
</style>
border-color css
<style>
span { border-color: #DB9B94; }
span { border-color: rgb(219,155,148); }
td.TdClassName
{
border-color: #DB9B94;
}
.TagClassName
{
border-color: #DB9B94;
}
</style>