Shades of Petite Orchid #DB988E
Tints of Petite Orchid #DB988E
RGB
CMYK
RGB Variations
Color information
#DB988E (or 0xDB988E) is known color: Petite Orchid. HEX triplet: DB, 98 and 8E. RGB value is (219,152,142). Sum of RGB (Red+Green+Blue) = 219+152+142=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 152 (59.77% from 255 or 29.63% from 513); Blue value is 142 (55.86% from 255 or 27.68% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB988E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB988E is #246771. Grayscale: #ABABAB. Windows color (decimal): -2385778 or 9345243. OLE color: 9345243.
HSL color Cylindrical-coordinate representation of color #DB988E: hue angle of 7.79º degrees, saturation: 0.52, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DB988E is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 142 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.14 |
| HSL | 7.79º | 0.52% | 0.71% | - |
| HSV(B) | 7.79º | 0.35% | 0.86% | - |
| XYZ | 45.32 | 39.47 | 30.82 | - |
| YUV | 170.89 | 111.7 | 162.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 142 | 0 | 0.31 | 0.35 | 0.14 | 7.79 | 0.52 | 0.71 |
| Hex | DB | 98 | 8E | 0 | 1F | 23 | E | 8 | 34 | 47 |
| Octal | 333 | 230 | 216 | 0 | 37 | 43 | 16 | 10 | 64 | 107 |
| Binary | 11011011 | 10011000 | 10001110 | 0 | 11111 | 100011 | 1110 | 1000 | 110100 | 1000111 |
Color Harmonies of #DB988E
Complementary color
Monochromatic Colors of #DB988E
Black with #DB988E
Text Example
Text Example
White with #DB988E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB988E; }
p { color: rgb(219,152,142); }
H1.HeaderClassName
{
color: #DB988E;
}
.AnyTagClassName
{
color: #DB988E;
}
</style>
background-color css
<style>
a { background-color: #DB988E; }
a { background-color: rgb(219,152,142); }
div.DivClassName
{
background-color: #DB988E;
}
.BgClassName
{
background-color: #DB988E;
}
</style>
border-color css
<style>
span { border-color: #DB988E; }
span { border-color: rgb(219,152,142); }
td.TdClassName
{
border-color: #DB988E;
}
.TagClassName
{
border-color: #DB988E;
}
</style>