Shades of Petite Orchid #DB9088
Tints of Petite Orchid #DB9088
RGB
CMYK
RGB Variations
Color information
#DB9088 (or 0xDB9088) is known color: Petite Orchid. HEX triplet: DB, 90 and 88. RGB value is (219,144,136). Sum of RGB (Red+Green+Blue) = 219+144+136=499 (66% of max value = 765). Red value is 219 (85.94% from 255 or 43.89% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 136 (53.52% from 255 or 27.25% from 499); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9088 is #246F77. Grayscale: #A5A5A5. Windows color (decimal): -2387832 or 8949979. OLE color: 8949979.
HSL color Cylindrical-coordinate representation of color #DB9088: hue angle of 5.78º 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 #DB9088 is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 144 | 136 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.14 |
| HSL | 5.78º | 0.54% | 0.7% | - |
| HSV(B) | 5.78º | 0.38% | 0.86% | - |
| XYZ | 43.63 | 36.78 | 28.09 | - |
| YUV | 165.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 144 | 136 | 0 | 0.34 | 0.38 | 0.14 | 5.78 | 0.54 | 0.7 |
| Hex | DB | 90 | 88 | 0 | 22 | 26 | E | 6 | 36 | 46 |
| Octal | 333 | 220 | 210 | 0 | 42 | 46 | 16 | 6 | 66 | 106 |
| Binary | 11011011 | 10010000 | 10001000 | 0 | 100010 | 100110 | 1110 | 110 | 110110 | 1000110 |
Color Harmonies of #DB9088
Complementary color
Monochromatic Colors of #DB9088
Black with #DB9088
Text Example
Text Example
White with #DB9088
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9088; }
p { color: rgb(219,144,136); }
H1.HeaderClassName
{
color: #DB9088;
}
.AnyTagClassName
{
color: #DB9088;
}
</style>
background-color css
<style>
a { background-color: #DB9088; }
a { background-color: rgb(219,144,136); }
div.DivClassName
{
background-color: #DB9088;
}
.BgClassName
{
background-color: #DB9088;
}
</style>
border-color css
<style>
span { border-color: #DB9088; }
span { border-color: rgb(219,144,136); }
td.TdClassName
{
border-color: #DB9088;
}
.TagClassName
{
border-color: #DB9088;
}
</style>