Shades of Petite Orchid #DB9387
Tints of Petite Orchid #DB9387
RGB
CMYK
RGB Variations
Color information
#DB9387 (or 0xDB9387) is known color: Petite Orchid. HEX triplet: DB, 93 and 87. RGB value is (219,147,135). Sum of RGB (Red+Green+Blue) = 219+147+135=501 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.71% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 135 (53.12% from 255 or 26.95% from 501); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9387 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9387 is #246C78. Grayscale: #A7A7A7. Windows color (decimal): -2387065 or 8885211. OLE color: 8885211.
HSL color Cylindrical-coordinate representation of color #DB9387: hue angle of 8.57º degrees, saturation: 0.54, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9387 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 135 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.14 |
| HSL | 8.57º | 0.54% | 0.69% | - |
| HSV(B) | 8.57º | 0.38% | 0.86% | - |
| XYZ | 44.02 | 37.68 | 27.87 | - |
| YUV | 167.16 | 109.85 | 164.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 135 | 0 | 0.33 | 0.38 | 0.14 | 8.57 | 0.54 | 0.69 |
| Hex | DB | 93 | 87 | 0 | 21 | 26 | E | 9 | 36 | 45 |
| Octal | 333 | 223 | 207 | 0 | 41 | 46 | 16 | 11 | 66 | 105 |
| Binary | 11011011 | 10010011 | 10000111 | 0 | 100001 | 100110 | 1110 | 1001 | 110110 | 1000101 |
Color Harmonies of #DB9387
Complementary color
Monochromatic Colors of #DB9387
Black with #DB9387
Text Example
Text Example
White with #DB9387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9387; }
p { color: rgb(219,147,135); }
H1.HeaderClassName
{
color: #DB9387;
}
.AnyTagClassName
{
color: #DB9387;
}
</style>
background-color css
<style>
a { background-color: #DB9387; }
a { background-color: rgb(219,147,135); }
div.DivClassName
{
background-color: #DB9387;
}
.BgClassName
{
background-color: #DB9387;
}
</style>
border-color css
<style>
span { border-color: #DB9387; }
span { border-color: rgb(219,147,135); }
td.TdClassName
{
border-color: #DB9387;
}
.TagClassName
{
border-color: #DB9387;
}
</style>