Shades of Petite Orchid #DB9C94
Tints of Petite Orchid #DB9C94
RGB
CMYK
RGB Variations
Color information
#DB9C94 (or 0xDB9C94) is known color: Petite Orchid. HEX triplet: DB, 9C and 94. RGB value is (219,156,148). Sum of RGB (Red+Green+Blue) = 219+156+148=523 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.87% from 523); Green value is 156 (61.33% from 255 or 29.83% from 523); Blue value is 148 (58.20% from 255 or 28.30% from 523); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C94 is #24636B. Grayscale: #AEAEAE. Windows color (decimal): -2384748 or 9739483. OLE color: 9739483.
HSL color Cylindrical-coordinate representation of color #DB9C94: hue angle of 6.76º 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 #DB9C94 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 148 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.14 |
| HSL | 6.76º | 0.5% | 0.72% | - |
| HSV(B) | 6.76º | 0.32% | 0.86% | - |
| XYZ | 46.45 | 40.98 | 33.48 | - |
| YUV | 173.93 | 113.37 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 148 | 0 | 0.29 | 0.32 | 0.14 | 6.76 | 0.5 | 0.72 |
| Hex | DB | 9C | 94 | 0 | 1D | 20 | E | 7 | 32 | 48 |
| Octal | 333 | 234 | 224 | 0 | 35 | 40 | 16 | 7 | 62 | 110 |
| Binary | 11011011 | 10011100 | 10010100 | 0 | 11101 | 100000 | 1110 | 111 | 110010 | 1001000 |
Color Harmonies of #DB9C94
Complementary color
Monochromatic Colors of #DB9C94
Black with #DB9C94
Text Example
Text Example
White with #DB9C94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C94; }
p { color: rgb(219,156,148); }
H1.HeaderClassName
{
color: #DB9C94;
}
.AnyTagClassName
{
color: #DB9C94;
}
</style>
background-color css
<style>
a { background-color: #DB9C94; }
a { background-color: rgb(219,156,148); }
div.DivClassName
{
background-color: #DB9C94;
}
.BgClassName
{
background-color: #DB9C94;
}
</style>
border-color css
<style>
span { border-color: #DB9C94; }
span { border-color: rgb(219,156,148); }
td.TdClassName
{
border-color: #DB9C94;
}
.TagClassName
{
border-color: #DB9C94;
}
</style>