Shades of Petite Orchid #DB9D95
Tints of Petite Orchid #DB9D95
RGB
CMYK
RGB Variations
Color information
#DB9D95 (or 0xDB9D95) is known color: Petite Orchid. HEX triplet: DB, 9D and 95. RGB value is (219,157,149). Sum of RGB (Red+Green+Blue) = 219+157+149=525 (69% of max value = 765). Red value is 219 (85.94% from 255 or 41.71% from 525); Green value is 157 (61.72% from 255 or 29.90% from 525); Blue value is 149 (58.59% from 255 or 28.38% from 525); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D95 is #24626A. Grayscale: #AEAEAE. Windows color (decimal): -2384491 or 9805275. OLE color: 9805275.
HSL color Cylindrical-coordinate representation of color #DB9D95: hue angle of 6.86º 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 #DB9D95 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 149 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.14 |
| HSL | 6.86º | 0.49% | 0.72% | - |
| HSV(B) | 6.86º | 0.32% | 0.86% | - |
| XYZ | 46.7 | 41.34 | 33.95 | - |
| YUV | 174.63 | 113.54 | 159.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 149 | 0 | 0.28 | 0.32 | 0.14 | 6.86 | 0.49 | 0.72 |
| Hex | DB | 9D | 95 | 0 | 1C | 20 | E | 7 | 31 | 48 |
| Octal | 333 | 235 | 225 | 0 | 34 | 40 | 16 | 7 | 61 | 110 |
| Binary | 11011011 | 10011101 | 10010101 | 0 | 11100 | 100000 | 1110 | 111 | 110001 | 1001000 |
Color Harmonies of #DB9D95
Complementary color
Monochromatic Colors of #DB9D95
Black with #DB9D95
Text Example
Text Example
White with #DB9D95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D95; }
p { color: rgb(219,157,149); }
H1.HeaderClassName
{
color: #DB9D95;
}
.AnyTagClassName
{
color: #DB9D95;
}
</style>
background-color css
<style>
a { background-color: #DB9D95; }
a { background-color: rgb(219,157,149); }
div.DivClassName
{
background-color: #DB9D95;
}
.BgClassName
{
background-color: #DB9D95;
}
</style>
border-color css
<style>
span { border-color: #DB9D95; }
span { border-color: rgb(219,157,149); }
td.TdClassName
{
border-color: #DB9D95;
}
.TagClassName
{
border-color: #DB9D95;
}
</style>