Shades of Petite Orchid #DB9994
Tints of Petite Orchid #DB9994
RGB
CMYK
RGB Variations
Color information
#DB9994 (or 0xDB9994) is known color: Petite Orchid. HEX triplet: DB, 99 and 94. RGB value is (219,153,148). Sum of RGB (Red+Green+Blue) = 219+153+148=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 153 (60.16% from 255 or 29.42% from 520); Blue value is 148 (58.20% from 255 or 28.46% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9994 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9994 is #24666B. Grayscale: #ACACAC. Windows color (decimal): -2385516 or 9738715. OLE color: 9738715.
HSL color Cylindrical-coordinate representation of color #DB9994: hue angle of 4.23º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DB9994 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 153 | 148 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.14 |
| HSL | 4.23º | 0.5% | 0.72% | - |
| HSV(B) | 4.23º | 0.32% | 0.86% | - |
| XYZ | 45.95 | 39.98 | 33.31 | - |
| YUV | 172.16 | 114.37 | 161.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 153 | 148 | 0 | 0.30 | 0.32 | 0.14 | 4.23 | 0.5 | 0.72 |
| Hex | DB | 99 | 94 | 0 | 1E | 20 | E | 4 | 32 | 48 |
| Octal | 333 | 231 | 224 | 0 | 36 | 40 | 16 | 4 | 62 | 110 |
| Binary | 11011011 | 10011001 | 10010100 | 0 | 11110 | 100000 | 1110 | 100 | 110010 | 1001000 |
Color Harmonies of #DB9994
Complementary color
Monochromatic Colors of #DB9994
Black with #DB9994
Text Example
Text Example
White with #DB9994
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9994; }
p { color: rgb(219,153,148); }
H1.HeaderClassName
{
color: #DB9994;
}
.AnyTagClassName
{
color: #DB9994;
}
</style>
background-color css
<style>
a { background-color: #DB9994; }
a { background-color: rgb(219,153,148); }
div.DivClassName
{
background-color: #DB9994;
}
.BgClassName
{
background-color: #DB9994;
}
</style>
border-color css
<style>
span { border-color: #DB9994; }
span { border-color: rgb(219,153,148); }
td.TdClassName
{
border-color: #DB9994;
}
.TagClassName
{
border-color: #DB9994;
}
</style>