Shades of Petite Orchid #DB9988
Tints of Petite Orchid #DB9988
RGB
CMYK
RGB Variations
Color information
#DB9988 (or 0xDB9988) is known color: Petite Orchid. HEX triplet: DB, 99 and 88. RGB value is (219,153,136). Sum of RGB (Red+Green+Blue) = 219+153+136=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 153 (60.16% from 255 or 30.12% from 508); Blue value is 136 (53.52% from 255 or 26.77% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9988 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9988 is #246677. Grayscale: #AAAAAA. Windows color (decimal): -2385528 or 8952283. OLE color: 8952283.
HSL color Cylindrical-coordinate representation of color #DB9988: hue angle of 12.29º 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 #DB9988 is Cyan = 0, Magento = 0.30, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 136 | - |
| CMYK | 0 | 0.30 | 0.38 | 0.14 |
| HSL | 12.29º | 0.54% | 0.7% | - |
| HSV(B) | 12.29º | 0.38% | 0.86% | - |
| XYZ | 45.05 | 39.62 | 28.57 | - |
| YUV | 170.8 | 108.37 | 162.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 136 | 0 | 0.30 | 0.38 | 0.14 | 12.29 | 0.54 | 0.7 |
| Hex | DB | 99 | 88 | 0 | 1E | 26 | E | C | 36 | 46 |
| Octal | 333 | 231 | 210 | 0 | 36 | 46 | 16 | 14 | 66 | 106 |
| Binary | 11011011 | 10011001 | 10001000 | 0 | 11110 | 100110 | 1110 | 1100 | 110110 | 1000110 |
Color Harmonies of #DB9988
Complementary color
Monochromatic Colors of #DB9988
Black with #DB9988
Text Example
Text Example
White with #DB9988
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9988; }
p { color: rgb(219,153,136); }
H1.HeaderClassName
{
color: #DB9988;
}
.AnyTagClassName
{
color: #DB9988;
}
</style>
background-color css
<style>
a { background-color: #DB9988; }
a { background-color: rgb(219,153,136); }
div.DivClassName
{
background-color: #DB9988;
}
.BgClassName
{
background-color: #DB9988;
}
</style>
border-color css
<style>
span { border-color: #DB9988; }
span { border-color: rgb(219,153,136); }
td.TdClassName
{
border-color: #DB9988;
}
.TagClassName
{
border-color: #DB9988;
}
</style>