Shades of Petite Orchid #DB9895
Tints of Petite Orchid #DB9895
RGB
CMYK
RGB Variations
Color information
#DB9895 (or 0xDB9895) is known color: Petite Orchid. HEX triplet: DB, 98 and 95. RGB value is (219,152,149). Sum of RGB (Red+Green+Blue) = 219+152+149=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 149 (58.59% from 255 or 28.65% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9895 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9895 is #24676A. Grayscale: #ABABAB. Windows color (decimal): -2385771 or 9803995. OLE color: 9803995.
HSL color Cylindrical-coordinate representation of color #DB9895: hue angle of 2.57º degrees, saturation: 0.49, 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 #DB9895 is Cyan = 0, Magento = 0.31, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 152 | 149 | - |
| CMYK | 0 | 0.31 | 0.32 | 0.14 |
| HSL | 2.57º | 0.49% | 0.72% | - |
| HSV(B) | 2.57º | 0.32% | 0.86% | - |
| XYZ | 45.87 | 39.69 | 33.68 | - |
| YUV | 171.69 | 115.2 | 161.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 152 | 149 | 0 | 0.31 | 0.32 | 0.14 | 2.57 | 0.49 | 0.72 |
| Hex | DB | 98 | 95 | 0 | 1F | 20 | E | 3 | 31 | 48 |
| Octal | 333 | 230 | 225 | 0 | 37 | 40 | 16 | 3 | 61 | 110 |
| Binary | 11011011 | 10011000 | 10010101 | 0 | 11111 | 100000 | 1110 | 11 | 110001 | 1001000 |
Color Harmonies of #DB9895
Complementary color
Monochromatic Colors of #DB9895
Black with #DB9895
Text Example
Text Example
White with #DB9895
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9895; }
p { color: rgb(219,152,149); }
H1.HeaderClassName
{
color: #DB9895;
}
.AnyTagClassName
{
color: #DB9895;
}
</style>
background-color css
<style>
a { background-color: #DB9895; }
a { background-color: rgb(219,152,149); }
div.DivClassName
{
background-color: #DB9895;
}
.BgClassName
{
background-color: #DB9895;
}
</style>
border-color css
<style>
span { border-color: #DB9895; }
span { border-color: rgb(219,152,149); }
td.TdClassName
{
border-color: #DB9895;
}
.TagClassName
{
border-color: #DB9895;
}
</style>