Shades of Petite Orchid #DB9388
Tints of Petite Orchid #DB9388
RGB
CMYK
RGB Variations
Color information
#DB9388 (or 0xDB9388) is known color: Petite Orchid. HEX triplet: DB, 93 and 88. RGB value is (219,147,136). Sum of RGB (Red+Green+Blue) = 219+147+136=502 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.63% from 502); Green value is 147 (57.81% from 255 or 29.28% from 502); Blue value is 136 (53.52% from 255 or 27.09% from 502); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9388 is #246C77. Grayscale: #A7A7A7. Windows color (decimal): -2387064 or 8950747. OLE color: 8950747.
HSL color Cylindrical-coordinate representation of color #DB9388: hue angle of 7.95º degrees, saturation: 0.54, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DB9388 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 147 | 136 | - |
| CMYK | 0 | 0.33 | 0.38 | 0.14 |
| HSL | 7.95º | 0.54% | 0.7% | - |
| HSV(B) | 7.95º | 0.38% | 0.86% | - |
| XYZ | 44.09 | 37.71 | 28.25 | - |
| YUV | 167.27 | 110.35 | 164.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 147 | 136 | 0 | 0.33 | 0.38 | 0.14 | 7.95 | 0.54 | 0.7 |
| Hex | DB | 93 | 88 | 0 | 21 | 26 | E | 8 | 36 | 46 |
| Octal | 333 | 223 | 210 | 0 | 41 | 46 | 16 | 10 | 66 | 106 |
| Binary | 11011011 | 10010011 | 10001000 | 0 | 100001 | 100110 | 1110 | 1000 | 110110 | 1000110 |
Color Harmonies of #DB9388
Complementary color
Monochromatic Colors of #DB9388
Black with #DB9388
Text Example
Text Example
White with #DB9388
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9388; }
p { color: rgb(219,147,136); }
H1.HeaderClassName
{
color: #DB9388;
}
.AnyTagClassName
{
color: #DB9388;
}
</style>
background-color css
<style>
a { background-color: #DB9388; }
a { background-color: rgb(219,147,136); }
div.DivClassName
{
background-color: #DB9388;
}
.BgClassName
{
background-color: #DB9388;
}
</style>
border-color css
<style>
span { border-color: #DB9388; }
span { border-color: rgb(219,147,136); }
td.TdClassName
{
border-color: #DB9388;
}
.TagClassName
{
border-color: #DB9388;
}
</style>