Shades of Petite Orchid #DB9588
Tints of Petite Orchid #DB9588
RGB
CMYK
RGB Variations
Color information
#DB9588 (or 0xDB9588) is known color: Petite Orchid. HEX triplet: DB, 95 and 88. RGB value is (219,149,136). Sum of RGB (Red+Green+Blue) = 219+149+136=504 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.45% from 504); Green value is 149 (58.59% from 255 or 29.56% from 504); Blue value is 136 (53.52% from 255 or 26.98% from 504); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9588 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9588 is #246A77. Grayscale: #A8A8A8. Windows color (decimal): -2386552 or 8951259. OLE color: 8951259.
HSL color Cylindrical-coordinate representation of color #DB9588: hue angle of 9.4º 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 #DB9588 is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 136 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.14 |
| HSL | 9.4º | 0.54% | 0.7% | - |
| HSV(B) | 9.4º | 0.38% | 0.86% | - |
| XYZ | 44.4 | 38.33 | 28.35 | - |
| YUV | 168.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 136 | 0 | 0.32 | 0.38 | 0.14 | 9.4 | 0.54 | 0.7 |
| Hex | DB | 95 | 88 | 0 | 20 | 26 | E | 9 | 36 | 46 |
| Octal | 333 | 225 | 210 | 0 | 40 | 46 | 16 | 11 | 66 | 106 |
| Binary | 11011011 | 10010101 | 10001000 | 0 | 100000 | 100110 | 1110 | 1001 | 110110 | 1000110 |
Color Harmonies of #DB9588
Complementary color
Monochromatic Colors of #DB9588
Black with #DB9588
Text Example
Text Example
White with #DB9588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9588; }
p { color: rgb(219,149,136); }
H1.HeaderClassName
{
color: #DB9588;
}
.AnyTagClassName
{
color: #DB9588;
}
</style>
background-color css
<style>
a { background-color: #DB9588; }
a { background-color: rgb(219,149,136); }
div.DivClassName
{
background-color: #DB9588;
}
.BgClassName
{
background-color: #DB9588;
}
</style>
border-color css
<style>
span { border-color: #DB9588; }
span { border-color: rgb(219,149,136); }
td.TdClassName
{
border-color: #DB9588;
}
.TagClassName
{
border-color: #DB9588;
}
</style>