Shades of Petite Orchid #DB9B8D
Tints of Petite Orchid #DB9B8D
RGB
CMYK
RGB Variations
Color information
#DB9B8D (or 0xDB9B8D) is known color: Petite Orchid. HEX triplet: DB, 9B and 8D. RGB value is (219,155,141). Sum of RGB (Red+Green+Blue) = 219+155+141=515 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.52% from 515); Green value is 155 (60.94% from 255 or 30.10% from 515); Blue value is 141 (55.47% from 255 or 27.38% from 515); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9B8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9B8D is #246472. Grayscale: #ACACAC. Windows color (decimal): -2385011 or 9280475. OLE color: 9280475.
HSL color Cylindrical-coordinate representation of color #DB9B8D: hue angle of 10.77º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DB9B8D is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 155 | 141 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.14 |
| HSL | 10.77º | 0.52% | 0.71% | - |
| HSV(B) | 10.77º | 0.36% | 0.86% | - |
| XYZ | 45.74 | 40.43 | 30.59 | - |
| YUV | 172.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 155 | 141 | 0 | 0.29 | 0.36 | 0.14 | 10.77 | 0.52 | 0.71 |
| Hex | DB | 9B | 8D | 0 | 1D | 24 | E | B | 34 | 47 |
| Octal | 333 | 233 | 215 | 0 | 35 | 44 | 16 | 13 | 64 | 107 |
| Binary | 11011011 | 10011011 | 10001101 | 0 | 11101 | 100100 | 1110 | 1011 | 110100 | 1000111 |
Color Harmonies of #DB9B8D
Complementary color
Monochromatic Colors of #DB9B8D
Black with #DB9B8D
Text Example
Text Example
White with #DB9B8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9B8D; }
p { color: rgb(219,155,141); }
H1.HeaderClassName
{
color: #DB9B8D;
}
.AnyTagClassName
{
color: #DB9B8D;
}
</style>
background-color css
<style>
a { background-color: #DB9B8D; }
a { background-color: rgb(219,155,141); }
div.DivClassName
{
background-color: #DB9B8D;
}
.BgClassName
{
background-color: #DB9B8D;
}
</style>
border-color css
<style>
span { border-color: #DB9B8D; }
span { border-color: rgb(219,155,141); }
td.TdClassName
{
border-color: #DB9B8D;
}
.TagClassName
{
border-color: #DB9B8D;
}
</style>