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