Shades of Petite Orchid #DB9C93
Tints of Petite Orchid #DB9C93
RGB
CMYK
RGB Variations
Color information
#DB9C93 (or 0xDB9C93) is known color: Petite Orchid. HEX triplet: DB, 9C and 93. RGB value is (219,156,147). Sum of RGB (Red+Green+Blue) = 219+156+147=522 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.95% from 522); Green value is 156 (61.33% from 255 or 29.89% from 522); Blue value is 147 (57.81% from 255 or 28.16% from 522); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9C93 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9C93 is #24636C. Grayscale: #ADADAD. Windows color (decimal): -2384749 or 9673947. OLE color: 9673947.
HSL color Cylindrical-coordinate representation of color #DB9C93: hue angle of 7.5º degrees, saturation: 0.5, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DB9C93 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 156 | 147 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.14 |
| HSL | 7.5º | 0.5% | 0.72% | - |
| HSV(B) | 7.5º | 0.33% | 0.86% | - |
| XYZ | 46.37 | 40.94 | 33.06 | - |
| YUV | 173.81 | 112.87 | 160.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 156 | 147 | 0 | 0.29 | 0.33 | 0.14 | 7.5 | 0.5 | 0.72 |
| Hex | DB | 9C | 93 | 0 | 1D | 21 | E | 8 | 32 | 48 |
| Octal | 333 | 234 | 223 | 0 | 35 | 41 | 16 | 10 | 62 | 110 |
| Binary | 11011011 | 10011100 | 10010011 | 0 | 11101 | 100001 | 1110 | 1000 | 110010 | 1001000 |
Color Harmonies of #DB9C93
Complementary color
Monochromatic Colors of #DB9C93
Black with #DB9C93
Text Example
Text Example
White with #DB9C93
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9C93; }
p { color: rgb(219,156,147); }
H1.HeaderClassName
{
color: #DB9C93;
}
.AnyTagClassName
{
color: #DB9C93;
}
</style>
background-color css
<style>
a { background-color: #DB9C93; }
a { background-color: rgb(219,156,147); }
div.DivClassName
{
background-color: #DB9C93;
}
.BgClassName
{
background-color: #DB9C93;
}
</style>
border-color css
<style>
span { border-color: #DB9C93; }
span { border-color: rgb(219,156,147); }
td.TdClassName
{
border-color: #DB9C93;
}
.TagClassName
{
border-color: #DB9C93;
}
</style>