Shades of Petite Orchid #DB9794
Tints of Petite Orchid #DB9794
RGB
CMYK
RGB Variations
Color information
#DB9794 (or 0xDB9794) is known color: Petite Orchid. HEX triplet: DB, 97 and 94. RGB value is (219,151,148). Sum of RGB (Red+Green+Blue) = 219+151+148=518 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.28% from 518); Green value is 151 (59.38% from 255 or 29.15% from 518); Blue value is 148 (58.20% from 255 or 28.57% from 518); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9794 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9794 is #24686B. Grayscale: #ABABAB. Windows color (decimal): -2386028 or 9738203. OLE color: 9738203.
HSL color Cylindrical-coordinate representation of color #DB9794: hue angle of 2.54º 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 #DB9794 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 148 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.14 |
| HSL | 2.54º | 0.5% | 0.72% | - |
| HSV(B) | 2.54º | 0.32% | 0.86% | - |
| XYZ | 45.63 | 39.33 | 33.2 | - |
| YUV | 170.99 | 115.03 | 162.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 148 | 0 | 0.31 | 0.32 | 0.14 | 2.54 | 0.5 | 0.72 |
| Hex | DB | 97 | 94 | 0 | 1F | 20 | E | 3 | 32 | 48 |
| Octal | 333 | 227 | 224 | 0 | 37 | 40 | 16 | 3 | 62 | 110 |
| Binary | 11011011 | 10010111 | 10010100 | 0 | 11111 | 100000 | 1110 | 11 | 110010 | 1001000 |
Color Harmonies of #DB9794
Complementary color
Monochromatic Colors of #DB9794
Black with #DB9794
Text Example
Text Example
White with #DB9794
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9794; }
p { color: rgb(219,151,148); }
H1.HeaderClassName
{
color: #DB9794;
}
.AnyTagClassName
{
color: #DB9794;
}
</style>
background-color css
<style>
a { background-color: #DB9794; }
a { background-color: rgb(219,151,148); }
div.DivClassName
{
background-color: #DB9794;
}
.BgClassName
{
background-color: #DB9794;
}
</style>
border-color css
<style>
span { border-color: #DB9794; }
span { border-color: rgb(219,151,148); }
td.TdClassName
{
border-color: #DB9794;
}
.TagClassName
{
border-color: #DB9794;
}
</style>