Shades of Petite Orchid #DB9A99
Tints of Petite Orchid #DB9A99
RGB
CMYK
RGB Variations
Color information
#DB9A99 (or 0xDB9A99) is known color: Petite Orchid. HEX triplet: DB, 9A and 99. RGB value is (219,154,153). Sum of RGB (Red+Green+Blue) = 219+154+153=526 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.63% from 526); Green value is 154 (60.55% from 255 or 29.28% from 526); Blue value is 153 (60.16% from 255 or 29.09% from 526); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9A99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9A99 is #246566. Grayscale: #ADADAD. Windows color (decimal): -2385255 or 10066651. OLE color: 10066651.
HSL color Cylindrical-coordinate representation of color #DB9A99: hue angle of 0.91º degrees, saturation: 0.48, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DB9A99 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 154 | 153 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.14 |
| HSL | 0.91º | 0.48% | 0.73% | - |
| HSV(B) | 0.91º | 0.3% | 0.86% | - |
| XYZ | 46.52 | 40.47 | 35.5 | - |
| YUV | 173.32 | 116.53 | 160.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 154 | 153 | 0 | 0.30 | 0.30 | 0.14 | 0.91 | 0.48 | 0.73 |
| Hex | DB | 9A | 99 | 0 | 1E | 1E | E | 1 | 30 | 49 |
| Octal | 333 | 232 | 231 | 0 | 36 | 36 | 16 | 1 | 60 | 111 |
| Binary | 11011011 | 10011010 | 10011001 | 0 | 11110 | 11110 | 1110 | 1 | 110000 | 1001001 |
Color Harmonies of #DB9A99
Complementary color
Monochromatic Colors of #DB9A99
Black with #DB9A99
Text Example
Text Example
White with #DB9A99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9A99; }
p { color: rgb(219,154,153); }
H1.HeaderClassName
{
color: #DB9A99;
}
.AnyTagClassName
{
color: #DB9A99;
}
</style>
background-color css
<style>
a { background-color: #DB9A99; }
a { background-color: rgb(219,154,153); }
div.DivClassName
{
background-color: #DB9A99;
}
.BgClassName
{
background-color: #DB9A99;
}
</style>
border-color css
<style>
span { border-color: #DB9A99; }
span { border-color: rgb(219,154,153); }
td.TdClassName
{
border-color: #DB9A99;
}
.TagClassName
{
border-color: #DB9A99;
}
</style>