Shades of Petite Orchid #DB9591
Tints of Petite Orchid #DB9591
RGB
CMYK
RGB Variations
Color information
#DB9591 (or 0xDB9591) is known color: Petite Orchid. HEX triplet: DB, 95 and 91. RGB value is (219,149,145). Sum of RGB (Red+Green+Blue) = 219+149+145=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 149 (58.59% from 255 or 29.04% from 513); Blue value is 145 (57.03% from 255 or 28.27% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9591 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9591 is #246A6E. Grayscale: #A9A9A9. Windows color (decimal): -2386543 or 9541083. OLE color: 9541083.
HSL color Cylindrical-coordinate representation of color #DB9591: hue angle of 3.24º 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 #DB9591 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 145 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.14 |
| HSL | 3.24º | 0.51% | 0.71% | - |
| HSV(B) | 3.24º | 0.34% | 0.86% | - |
| XYZ | 45.07 | 38.6 | 31.86 | - |
| YUV | 169.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 145 | 0 | 0.32 | 0.34 | 0.14 | 3.24 | 0.51 | 0.71 |
| Hex | DB | 95 | 91 | 0 | 20 | 22 | E | 3 | 33 | 47 |
| Octal | 333 | 225 | 221 | 0 | 40 | 42 | 16 | 3 | 63 | 107 |
| Binary | 11011011 | 10010101 | 10010001 | 0 | 100000 | 100010 | 1110 | 11 | 110011 | 1000111 |
Color Harmonies of #DB9591
Complementary color
Monochromatic Colors of #DB9591
Black with #DB9591
Text Example
Text Example
White with #DB9591
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9591; }
p { color: rgb(219,149,145); }
H1.HeaderClassName
{
color: #DB9591;
}
.AnyTagClassName
{
color: #DB9591;
}
</style>
background-color css
<style>
a { background-color: #DB9591; }
a { background-color: rgb(219,149,145); }
div.DivClassName
{
background-color: #DB9591;
}
.BgClassName
{
background-color: #DB9591;
}
</style>
border-color css
<style>
span { border-color: #DB9591; }
span { border-color: rgb(219,149,145); }
td.TdClassName
{
border-color: #DB9591;
}
.TagClassName
{
border-color: #DB9591;
}
</style>