Shades of Petite Orchid #DB9999
Tints of Petite Orchid #DB9999
RGB
CMYK
RGB Variations
Color information
#DB9999 (or 0xDB9999) is known color: Petite Orchid. HEX triplet: DB, 99 and 99. RGB value is (219,153,153). Sum of RGB (Red+Green+Blue) = 219+153+153=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 153 (60.16% from 255 or 29.14% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9999 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9999 is #246666. Grayscale: #ACACAC. Windows color (decimal): -2385511 or 10066395. OLE color: 10066395.
HSL color Cylindrical-coordinate representation of color #DB9999: hue angle of 0º 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 #DB9999 is Cyan = 0, Magento = 0.30, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 153 | - |
| CMYK | 0 | 0.30 | 0.30 | 0.14 |
| HSL | 0º | 0.48% | 0.73% | - |
| HSV(B) | 0º | 0.3% | 0.86% | - |
| XYZ | 46.35 | 40.14 | 35.44 | - |
| YUV | 172.73 | 116.87 | 161 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 153 | 0 | 0.30 | 0.30 | 0.14 | 0 | 0.48 | 0.73 |
| Hex | DB | 99 | 99 | 0 | 1E | 1E | E | 0 | 30 | 49 |
| Octal | 333 | 231 | 231 | 0 | 36 | 36 | 16 | 0 | 60 | 111 |
| Binary | 11011011 | 10011001 | 10011001 | 0 | 11110 | 11110 | 1110 | 0 | 110000 | 1001001 |
Color Harmonies of #DB9999
Complementary color
Monochromatic Colors of #DB9999
Black with #DB9999
Text Example
Text Example
White with #DB9999
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9999; }
p { color: rgb(219,153,153); }
H1.HeaderClassName
{
color: #DB9999;
}
.AnyTagClassName
{
color: #DB9999;
}
</style>
background-color css
<style>
a { background-color: #DB9999; }
a { background-color: rgb(219,153,153); }
div.DivClassName
{
background-color: #DB9999;
}
.BgClassName
{
background-color: #DB9999;
}
</style>
border-color css
<style>
span { border-color: #DB9999; }
span { border-color: rgb(219,153,153); }
td.TdClassName
{
border-color: #DB9999;
}
.TagClassName
{
border-color: #DB9999;
}
</style>