Shades of Petite Orchid #DB9D9B
Tints of Petite Orchid #DB9D9B
RGB
CMYK
RGB Variations
Color information
#DB9D9B (or 0xDB9D9B) is known color: Petite Orchid. HEX triplet: DB, 9D and 9B. RGB value is (219,157,155). Sum of RGB (Red+Green+Blue) = 219+157+155=531 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.24% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 155 (60.94% from 255 or 29.19% from 531); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D9B is #246264. Grayscale: #AFAFAF. Windows color (decimal): -2384485 or 10198491. OLE color: 10198491.
HSL color Cylindrical-coordinate representation of color #DB9D9B: hue angle of 1.88º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DB9D9B is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 155 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.14 |
| HSL | 1.88º | 0.47% | 0.73% | - |
| HSV(B) | 1.88º | 0.29% | 0.86% | - |
| XYZ | 47.19 | 41.54 | 36.54 | - |
| YUV | 175.31 | 116.54 | 159.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 155 | 0 | 0.28 | 0.29 | 0.14 | 1.88 | 0.47 | 0.73 |
| Hex | DB | 9D | 9B | 0 | 1C | 1D | E | 2 | 2F | 49 |
| Octal | 333 | 235 | 233 | 0 | 34 | 35 | 16 | 2 | 57 | 111 |
| Binary | 11011011 | 10011101 | 10011011 | 0 | 11100 | 11101 | 1110 | 10 | 101111 | 1001001 |
Color Harmonies of #DB9D9B
Complementary color
Monochromatic Colors of #DB9D9B
Black with #DB9D9B
Text Example
Text Example
White with #DB9D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D9B; }
p { color: rgb(219,157,155); }
H1.HeaderClassName
{
color: #DB9D9B;
}
.AnyTagClassName
{
color: #DB9D9B;
}
</style>
background-color css
<style>
a { background-color: #DB9D9B; }
a { background-color: rgb(219,157,155); }
div.DivClassName
{
background-color: #DB9D9B;
}
.BgClassName
{
background-color: #DB9D9B;
}
</style>
border-color css
<style>
span { border-color: #DB9D9B; }
span { border-color: rgb(219,157,155); }
td.TdClassName
{
border-color: #DB9D9B;
}
.TagClassName
{
border-color: #DB9D9B;
}
</style>