Shades of Petite Orchid #DB9594
Tints of Petite Orchid #DB9594
RGB
CMYK
RGB Variations
Color information
#DB9594 (or 0xDB9594) is known color: Petite Orchid. HEX triplet: DB, 95 and 94. RGB value is (219,149,148). Sum of RGB (Red+Green+Blue) = 219+149+148=516 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.44% from 516); Green value is 149 (58.59% from 255 or 28.88% from 516); Blue value is 148 (58.20% from 255 or 28.68% from 516); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9594 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9594 is #246A6B. Grayscale: #A9A9A9. Windows color (decimal): -2386540 or 9737691. OLE color: 9737691.
HSL color Cylindrical-coordinate representation of color #DB9594: hue angle of 0.85º 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 #DB9594 is Cyan = 0, Magento = 0.32, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 148 | - |
| CMYK | 0 | 0.32 | 0.32 | 0.14 |
| HSL | 0.85º | 0.5% | 0.72% | - |
| HSV(B) | 0.85º | 0.32% | 0.86% | - |
| XYZ | 45.31 | 38.69 | 33.1 | - |
| YUV | 169.82 | 115.69 | 163.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 148 | 0 | 0.32 | 0.32 | 0.14 | 0.85 | 0.5 | 0.72 |
| Hex | DB | 95 | 94 | 0 | 20 | 20 | E | 1 | 32 | 48 |
| Octal | 333 | 225 | 224 | 0 | 40 | 40 | 16 | 1 | 62 | 110 |
| Binary | 11011011 | 10010101 | 10010100 | 0 | 100000 | 100000 | 1110 | 1 | 110010 | 1001000 |
Color Harmonies of #DB9594
Complementary color
Monochromatic Colors of #DB9594
Black with #DB9594
Text Example
Text Example
White with #DB9594
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9594; }
p { color: rgb(219,149,148); }
H1.HeaderClassName
{
color: #DB9594;
}
.AnyTagClassName
{
color: #DB9594;
}
</style>
background-color css
<style>
a { background-color: #DB9594; }
a { background-color: rgb(219,149,148); }
div.DivClassName
{
background-color: #DB9594;
}
.BgClassName
{
background-color: #DB9594;
}
</style>
border-color css
<style>
span { border-color: #DB9594; }
span { border-color: rgb(219,149,148); }
td.TdClassName
{
border-color: #DB9594;
}
.TagClassName
{
border-color: #DB9594;
}
</style>