Shades of Petite Orchid #DB9790
Tints of Petite Orchid #DB9790
RGB
CMYK
RGB Variations
Color information
#DB9790 (or 0xDB9790) is known color: Petite Orchid. HEX triplet: DB, 97 and 90. RGB value is (219,151,144). Sum of RGB (Red+Green+Blue) = 219+151+144=514 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.61% from 514); Green value is 151 (59.38% from 255 or 29.38% from 514); Blue value is 144 (56.64% from 255 or 28.02% from 514); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9790 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9790 is #24686F. Grayscale: #AAAAAA. Windows color (decimal): -2386032 or 9476059. OLE color: 9476059.
HSL color Cylindrical-coordinate representation of color #DB9790: hue angle of 5.6º 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 #DB9790 is Cyan = 0, Magento = 0.31, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 151 | 144 | - |
| CMYK | 0 | 0.31 | 0.34 | 0.14 |
| HSL | 5.6º | 0.51% | 0.71% | - |
| HSV(B) | 5.6º | 0.34% | 0.86% | - |
| XYZ | 45.31 | 39.21 | 31.56 | - |
| YUV | 170.53 | 113.03 | 162.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 151 | 144 | 0 | 0.31 | 0.34 | 0.14 | 5.6 | 0.51 | 0.71 |
| Hex | DB | 97 | 90 | 0 | 1F | 22 | E | 6 | 33 | 47 |
| Octal | 333 | 227 | 220 | 0 | 37 | 42 | 16 | 6 | 63 | 107 |
| Binary | 11011011 | 10010111 | 10010000 | 0 | 11111 | 100010 | 1110 | 110 | 110011 | 1000111 |
Color Harmonies of #DB9790
Complementary color
Monochromatic Colors of #DB9790
Black with #DB9790
Text Example
Text Example
White with #DB9790
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9790; }
p { color: rgb(219,151,144); }
H1.HeaderClassName
{
color: #DB9790;
}
.AnyTagClassName
{
color: #DB9790;
}
</style>
background-color css
<style>
a { background-color: #DB9790; }
a { background-color: rgb(219,151,144); }
div.DivClassName
{
background-color: #DB9790;
}
.BgClassName
{
background-color: #DB9790;
}
</style>
border-color css
<style>
span { border-color: #DB9790; }
span { border-color: rgb(219,151,144); }
td.TdClassName
{
border-color: #DB9790;
}
.TagClassName
{
border-color: #DB9790;
}
</style>