Shades of Petite Orchid #DB9B96
Tints of Petite Orchid #DB9B96
RGB
CMYK
RGB Variations
Color information
#DB9B96 (or 0xDB9B96) is known color: Petite Orchid. HEX triplet: DB, 9B and 96. RGB value is (219,155,150). Sum of RGB (Red+Green+Blue) = 219+155+150=524 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.79% from 524); Green value is 155 (60.94% from 255 or 29.58% from 524); Blue value is 150 (58.98% from 255 or 28.63% from 524); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B96 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B96 is #246469. Grayscale: #ADADAD. Windows color (decimal): -2385002 or 9870299. OLE color: 9870299.
HSL color Cylindrical-coordinate representation of color #DB9B96: hue angle of 4.35º degrees, saturation: 0.49, 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 #DB9B96 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 150 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.14 |
| HSL | 4.35º | 0.49% | 0.72% | - |
| HSV(B) | 4.35º | 0.32% | 0.86% | - |
| XYZ | 46.44 | 40.7 | 34.26 | - |
| YUV | 173.57 | 114.7 | 160.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 150 | 0 | 0.29 | 0.32 | 0.14 | 4.35 | 0.49 | 0.72 |
| Hex | DB | 9B | 96 | 0 | 1D | 20 | E | 4 | 31 | 48 |
| Octal | 333 | 233 | 226 | 0 | 35 | 40 | 16 | 4 | 61 | 110 |
| Binary | 11011011 | 10011011 | 10010110 | 0 | 11101 | 100000 | 1110 | 100 | 110001 | 1001000 |
Color Harmonies of #DB9B96
Complementary color
Monochromatic Colors of #DB9B96
Black with #DB9B96
Text Example
Text Example
White with #DB9B96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B96; }
p { color: rgb(219,155,150); }
H1.HeaderClassName
{
color: #DB9B96;
}
.AnyTagClassName
{
color: #DB9B96;
}
</style>
background-color css
<style>
a { background-color: #DB9B96; }
a { background-color: rgb(219,155,150); }
div.DivClassName
{
background-color: #DB9B96;
}
.BgClassName
{
background-color: #DB9B96;
}
</style>
border-color css
<style>
span { border-color: #DB9B96; }
span { border-color: rgb(219,155,150); }
td.TdClassName
{
border-color: #DB9B96;
}
.TagClassName
{
border-color: #DB9B96;
}
</style>