Shades of Petite Orchid #DB9F98
Tints of Petite Orchid #DB9F98
RGB
CMYK
RGB Variations
Color information
#DB9F98 (or 0xDB9F98) is known color: Petite Orchid. HEX triplet: DB, 9F and 98. RGB value is (219,159,152). Sum of RGB (Red+Green+Blue) = 219+159+152=530 (70% of max value = 765). Red value is 219 (85.94% from 255 or 41.32% from 530); Green value is 159 (62.5% from 255 or 30% from 530); Blue value is 152 (59.77% from 255 or 28.68% from 530); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9F98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9F98 is #246067. Grayscale: #B0B0B0. Windows color (decimal): -2383976 or 10002395. OLE color: 10002395.
HSL color Cylindrical-coordinate representation of color #DB9F98: hue angle of 6.27º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DB9F98 is Cyan = 0, Magento = 0.27, Yellow = 0.31 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 159 | 152 | - |
| CMYK | 0 | 0.27 | 0.31 | 0.14 |
| HSL | 6.27º | 0.48% | 0.73% | - |
| HSV(B) | 6.27º | 0.31% | 0.86% | - |
| XYZ | 47.28 | 42.12 | 35.34 | - |
| YUV | 176.14 | 114.38 | 158.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 159 | 152 | 0 | 0.27 | 0.31 | 0.14 | 6.27 | 0.48 | 0.73 |
| Hex | DB | 9F | 98 | 0 | 1B | 1F | E | 6 | 30 | 49 |
| Octal | 333 | 237 | 230 | 0 | 33 | 37 | 16 | 6 | 60 | 111 |
| Binary | 11011011 | 10011111 | 10011000 | 0 | 11011 | 11111 | 1110 | 110 | 110000 | 1001001 |
Color Harmonies of #DB9F98
Complementary color
Monochromatic Colors of #DB9F98
Black with #DB9F98
Text Example
Text Example
White with #DB9F98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9F98; }
p { color: rgb(219,159,152); }
H1.HeaderClassName
{
color: #DB9F98;
}
.AnyTagClassName
{
color: #DB9F98;
}
</style>
background-color css
<style>
a { background-color: #DB9F98; }
a { background-color: rgb(219,159,152); }
div.DivClassName
{
background-color: #DB9F98;
}
.BgClassName
{
background-color: #DB9F98;
}
</style>
border-color css
<style>
span { border-color: #DB9F98; }
span { border-color: rgb(219,159,152); }
td.TdClassName
{
border-color: #DB9F98;
}
.TagClassName
{
border-color: #DB9F98;
}
</style>