Shades of Petite Orchid #DB9493
Tints of Petite Orchid #DB9493
RGB
CMYK
RGB Variations
Color information
#DB9493 (or 0xDB9493) is known color: Petite Orchid. HEX triplet: DB, 94 and 93. RGB value is (219,148,147). Sum of RGB (Red+Green+Blue) = 219+148+147=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 148 (58.20% from 255 or 28.79% from 514); Blue value is 147 (57.81% from 255 or 28.60% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9493 is #246B6C. Grayscale: #A9A9A9. Windows color (decimal): -2386797 or 9671899. OLE color: 9671899.
HSL color Cylindrical-coordinate representation of color #DB9493: hue angle of 0.83º 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 #DB9493 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 148 | 147 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.14 |
| HSL | 0.83º | 0.5% | 0.72% | - |
| HSV(B) | 0.83º | 0.33% | 0.86% | - |
| XYZ | 45.07 | 38.35 | 32.63 | - |
| YUV | 169.12 | 115.52 | 163.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 148 | 147 | 0 | 0.32 | 0.33 | 0.14 | 0.83 | 0.5 | 0.72 |
| Hex | DB | 94 | 93 | 0 | 20 | 21 | E | 1 | 32 | 48 |
| Octal | 333 | 224 | 223 | 0 | 40 | 41 | 16 | 1 | 62 | 110 |
| Binary | 11011011 | 10010100 | 10010011 | 0 | 100000 | 100001 | 1110 | 1 | 110010 | 1001000 |
Color Harmonies of #DB9493
Complementary color
Monochromatic Colors of #DB9493
Black with #DB9493
Text Example
Text Example
White with #DB9493
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9493; }
p { color: rgb(219,148,147); }
H1.HeaderClassName
{
color: #DB9493;
}
.AnyTagClassName
{
color: #DB9493;
}
</style>
background-color css
<style>
a { background-color: #DB9493; }
a { background-color: rgb(219,148,147); }
div.DivClassName
{
background-color: #DB9493;
}
.BgClassName
{
background-color: #DB9493;
}
</style>
border-color css
<style>
span { border-color: #DB9493; }
span { border-color: rgb(219,148,147); }
td.TdClassName
{
border-color: #DB9493;
}
.TagClassName
{
border-color: #DB9493;
}
</style>