Shades of Petite Orchid #DB9590
Tints of Petite Orchid #DB9590
RGB
CMYK
RGB Variations
Color information
#DB9590 (or 0xDB9590) is known color: Petite Orchid. HEX triplet: DB, 95 and 90. RGB value is (219,149,144). Sum of RGB (Red+Green+Blue) = 219+149+144=512 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.77% from 512); Green value is 149 (58.59% from 255 or 29.10% from 512); Blue value is 144 (56.64% from 255 or 28.12% from 512); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9590 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9590 is #246A6F. Grayscale: #A9A9A9. Windows color (decimal): -2386544 or 9475547. OLE color: 9475547.
HSL color Cylindrical-coordinate representation of color #DB9590: hue angle of 4º 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 #DB9590 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 149 | 144 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.14 |
| HSL | 4º | 0.51% | 0.71% | - |
| HSV(B) | 4º | 0.34% | 0.86% | - |
| XYZ | 44.99 | 38.57 | 31.46 | - |
| YUV | 169.36 | 113.69 | 163.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 149 | 144 | 0 | 0.32 | 0.34 | 0.14 | 4 | 0.51 | 0.71 |
| Hex | DB | 95 | 90 | 0 | 20 | 22 | E | 4 | 33 | 47 |
| Octal | 333 | 225 | 220 | 0 | 40 | 42 | 16 | 4 | 63 | 107 |
| Binary | 11011011 | 10010101 | 10010000 | 0 | 100000 | 100010 | 1110 | 100 | 110011 | 1000111 |
Color Harmonies of #DB9590
Complementary color
Monochromatic Colors of #DB9590
Black with #DB9590
Text Example
Text Example
White with #DB9590
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9590; }
p { color: rgb(219,149,144); }
H1.HeaderClassName
{
color: #DB9590;
}
.AnyTagClassName
{
color: #DB9590;
}
</style>
background-color css
<style>
a { background-color: #DB9590; }
a { background-color: rgb(219,149,144); }
div.DivClassName
{
background-color: #DB9590;
}
.BgClassName
{
background-color: #DB9590;
}
</style>
border-color css
<style>
span { border-color: #DB9590; }
span { border-color: rgb(219,149,144); }
td.TdClassName
{
border-color: #DB9590;
}
.TagClassName
{
border-color: #DB9590;
}
</style>