Shades of Petite Orchid #DB9D91
Tints of Petite Orchid #DB9D91
RGB
CMYK
RGB Variations
Color information
#DB9D91 (or 0xDB9D91) is known color: Petite Orchid. HEX triplet: DB, 9D and 91. RGB value is (219,157,145). Sum of RGB (Red+Green+Blue) = 219+157+145=521 (69% of max value = 765). Red value is 219 (85.94% from 255 or 42.03% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D91 is #24626E. Grayscale: #AEAEAE. Windows color (decimal): -2384495 or 9543131. OLE color: 9543131.
HSL color Cylindrical-coordinate representation of color #DB9D91: hue angle of 9.73º degrees, saturation: 0.51, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DB9D91 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 145 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.14 |
| HSL | 9.73º | 0.51% | 0.71% | - |
| HSV(B) | 9.73º | 0.34% | 0.86% | - |
| XYZ | 46.38 | 41.22 | 32.3 | - |
| YUV | 174.17 | 111.54 | 159.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 145 | 0 | 0.28 | 0.34 | 0.14 | 9.73 | 0.51 | 0.71 |
| Hex | DB | 9D | 91 | 0 | 1C | 22 | E | A | 33 | 47 |
| Octal | 333 | 235 | 221 | 0 | 34 | 42 | 16 | 12 | 63 | 107 |
| Binary | 11011011 | 10011101 | 10010001 | 0 | 11100 | 100010 | 1110 | 1010 | 110011 | 1000111 |
Color Harmonies of #DB9D91
Complementary color
Monochromatic Colors of #DB9D91
Black with #DB9D91
Text Example
Text Example
White with #DB9D91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D91; }
p { color: rgb(219,157,145); }
H1.HeaderClassName
{
color: #DB9D91;
}
.AnyTagClassName
{
color: #DB9D91;
}
</style>
background-color css
<style>
a { background-color: #DB9D91; }
a { background-color: rgb(219,157,145); }
div.DivClassName
{
background-color: #DB9D91;
}
.BgClassName
{
background-color: #DB9D91;
}
</style>
border-color css
<style>
span { border-color: #DB9D91; }
span { border-color: rgb(219,157,145); }
td.TdClassName
{
border-color: #DB9D91;
}
.TagClassName
{
border-color: #DB9D91;
}
</style>