Shades of Petite Orchid #DB9B9B
Tints of Petite Orchid #DB9B9B
RGB
CMYK
RGB Variations
Color information
#DB9B9B (or 0xDB9B9B) is known color: Petite Orchid. HEX triplet: DB, 9B and 9B. RGB value is (219,155,155). Sum of RGB (Red+Green+Blue) = 219+155+155=529 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.40% from 529); Green value is 155 (60.94% from 255 or 29.30% from 529); Blue value is 155 (60.94% from 255 or 29.30% from 529); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B9B is #246464. Grayscale: #AEAEAE. Windows color (decimal): -2384997 or 10197979. OLE color: 10197979.
HSL color Cylindrical-coordinate representation of color #DB9B9B: hue angle of 0º 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 #DB9B9B is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 155 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.14 |
| HSL | 0º | 0.47% | 0.73% | - |
| HSV(B) | 0º | 0.29% | 0.86% | - |
| XYZ | 46.85 | 40.87 | 36.43 | - |
| YUV | 174.14 | 117.2 | 160 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 155 | 0 | 0.29 | 0.29 | 0.14 | 0 | 0.47 | 0.73 |
| Hex | DB | 9B | 9B | 0 | 1D | 1D | E | 0 | 2F | 49 |
| Octal | 333 | 233 | 233 | 0 | 35 | 35 | 16 | 0 | 57 | 111 |
| Binary | 11011011 | 10011011 | 10011011 | 0 | 11101 | 11101 | 1110 | 0 | 101111 | 1001001 |
Color Harmonies of #DB9B9B
Complementary color
Monochromatic Colors of #DB9B9B
Black with #DB9B9B
Text Example
Text Example
White with #DB9B9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B9B; }
p { color: rgb(219,155,155); }
H1.HeaderClassName
{
color: #DB9B9B;
}
.AnyTagClassName
{
color: #DB9B9B;
}
</style>
background-color css
<style>
a { background-color: #DB9B9B; }
a { background-color: rgb(219,155,155); }
div.DivClassName
{
background-color: #DB9B9B;
}
.BgClassName
{
background-color: #DB9B9B;
}
</style>
border-color css
<style>
span { border-color: #DB9B9B; }
span { border-color: rgb(219,155,155); }
td.TdClassName
{
border-color: #DB9B9B;
}
.TagClassName
{
border-color: #DB9B9B;
}
</style>