Shades of Petite Orchid #DB9190
Tints of Petite Orchid #DB9190
RGB
CMYK
RGB Variations
Color information
#DB9190 (or 0xDB9190) is known color: Petite Orchid. HEX triplet: DB, 91 and 90. RGB value is (219,145,144). Sum of RGB (Red+Green+Blue) = 219+145+144=508 (67% of max value = 765). Red value is 219 (85.94% from 255 or 43.11% from 508); Green value is 145 (57.03% from 255 or 28.54% from 508); Blue value is 144 (56.64% from 255 or 28.35% from 508); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9190 is #246E6F. Grayscale: #A7A7A7. Windows color (decimal): -2387568 or 9474523. OLE color: 9474523.
HSL color Cylindrical-coordinate representation of color #DB9190: hue angle of 0.8º 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 #DB9190 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 145 | 144 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.14 |
| HSL | 0.8º | 0.51% | 0.71% | - |
| HSV(B) | 0.8º | 0.34% | 0.86% | - |
| XYZ | 44.37 | 37.32 | 31.25 | - |
| YUV | 167.01 | 115.02 | 165.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 145 | 144 | 0 | 0.34 | 0.34 | 0.14 | 0.8 | 0.51 | 0.71 |
| Hex | DB | 91 | 90 | 0 | 22 | 22 | E | 1 | 33 | 47 |
| Octal | 333 | 221 | 220 | 0 | 42 | 42 | 16 | 1 | 63 | 107 |
| Binary | 11011011 | 10010001 | 10010000 | 0 | 100010 | 100010 | 1110 | 1 | 110011 | 1000111 |
Color Harmonies of #DB9190
Complementary color
Monochromatic Colors of #DB9190
Black with #DB9190
Text Example
Text Example
White with #DB9190
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9190; }
p { color: rgb(219,145,144); }
H1.HeaderClassName
{
color: #DB9190;
}
.AnyTagClassName
{
color: #DB9190;
}
</style>
background-color css
<style>
a { background-color: #DB9190; }
a { background-color: rgb(219,145,144); }
div.DivClassName
{
background-color: #DB9190;
}
.BgClassName
{
background-color: #DB9190;
}
</style>
border-color css
<style>
span { border-color: #DB9190; }
span { border-color: rgb(219,145,144); }
td.TdClassName
{
border-color: #DB9190;
}
.TagClassName
{
border-color: #DB9190;
}
</style>