Shades of Petite Orchid #DB9C99
Tints of Petite Orchid #DB9C99
RGB
CMYK
RGB Variations
Color information
#DB9C99 (or 0xDB9C99) is known color: Petite Orchid. HEX triplet: DB, 9C and 99. RGB value is (219,156,153). Sum of RGB (Red+Green+Blue) = 219+156+153=528 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.48% from 528); Green value is 156 (61.33% from 255 or 29.55% from 528); Blue value is 153 (60.16% from 255 or 28.98% from 528); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C99 is #246366. Grayscale: #AEAEAE. Windows color (decimal): -2384743 or 10067163. OLE color: 10067163.
HSL color Cylindrical-coordinate representation of color #DB9C99: hue angle of 2.73º 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 #DB9C99 is Cyan = 0, Magento = 0.29, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 153 | - |
| CMYK | 0 | 0.29 | 0.30 | 0.14 |
| HSL | 2.73º | 0.48% | 0.73% | - |
| HSV(B) | 2.73º | 0.3% | 0.86% | - |
| XYZ | 46.85 | 41.14 | 35.61 | - |
| YUV | 174.5 | 115.87 | 159.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 153 | 0 | 0.29 | 0.30 | 0.14 | 2.73 | 0.48 | 0.73 |
| Hex | DB | 9C | 99 | 0 | 1D | 1E | E | 3 | 30 | 49 |
| Octal | 333 | 234 | 231 | 0 | 35 | 36 | 16 | 3 | 60 | 111 |
| Binary | 11011011 | 10011100 | 10011001 | 0 | 11101 | 11110 | 1110 | 11 | 110000 | 1001001 |
Color Harmonies of #DB9C99
Complementary color
Monochromatic Colors of #DB9C99
Black with #DB9C99
Text Example
Text Example
White with #DB9C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C99; }
p { color: rgb(219,156,153); }
H1.HeaderClassName
{
color: #DB9C99;
}
.AnyTagClassName
{
color: #DB9C99;
}
</style>
background-color css
<style>
a { background-color: #DB9C99; }
a { background-color: rgb(219,156,153); }
div.DivClassName
{
background-color: #DB9C99;
}
.BgClassName
{
background-color: #DB9C99;
}
</style>
border-color css
<style>
span { border-color: #DB9C99; }
span { border-color: rgb(219,156,153); }
td.TdClassName
{
border-color: #DB9C99;
}
.TagClassName
{
border-color: #DB9C99;
}
</style>