Shades of Petite Orchid #DB9B9A
Tints of Petite Orchid #DB9B9A
RGB
CMYK
RGB Variations
Color information
#DB9B9A (or 0xDB9B9A) is known color: Petite Orchid. HEX triplet: DB, 9B and 9A. RGB value is (219,155,154). Sum of RGB (Red+Green+Blue) = 219+155+154=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 155 (60.94% from 255 or 29.36% from 528); Blue value is 154 (60.55% from 255 or 29.17% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B9A is #246465. Grayscale: #AEAEAE. Windows color (decimal): -2384998 or 10132443. OLE color: 10132443.
HSL color Cylindrical-coordinate representation of color #DB9B9A: hue angle of 0.92º degrees, saturation: 0.47, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9B9A is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 154 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.14 |
| HSL | 0.92º | 0.47% | 0.73% | - |
| HSV(B) | 0.92º | 0.3% | 0.86% | - |
| XYZ | 46.77 | 40.84 | 35.99 | - |
| YUV | 174.02 | 116.7 | 160.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 154 | 0 | 0.29 | 0.30 | 0.14 | 0.92 | 0.47 | 0.73 |
| Hex | DB | 9B | 9A | 0 | 1D | 1E | E | 1 | 2F | 49 |
| Octal | 333 | 233 | 232 | 0 | 35 | 36 | 16 | 1 | 57 | 111 |
| Binary | 11011011 | 10011011 | 10011010 | 0 | 11101 | 11110 | 1110 | 1 | 101111 | 1001001 |
Color Harmonies of #DB9B9A
Complementary color
Monochromatic Colors of #DB9B9A
Black with #DB9B9A
Text Example
Text Example
White with #DB9B9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B9A; }
p { color: rgb(219,155,154); }
H1.HeaderClassName
{
color: #DB9B9A;
}
.AnyTagClassName
{
color: #DB9B9A;
}
</style>
background-color css
<style>
a { background-color: #DB9B9A; }
a { background-color: rgb(219,155,154); }
div.DivClassName
{
background-color: #DB9B9A;
}
.BgClassName
{
background-color: #DB9B9A;
}
</style>
border-color css
<style>
span { border-color: #DB9B9A; }
span { border-color: rgb(219,155,154); }
td.TdClassName
{
border-color: #DB9B9A;
}
.TagClassName
{
border-color: #DB9B9A;
}
</style>