Shades of Petite Orchid #DB9690
Tints of Petite Orchid #DB9690
RGB
CMYK
RGB Variations
Color information
#DB9690 (or 0xDB9690) is known color: Petite Orchid. HEX triplet: DB, 96 and 90. RGB value is (219,150,144). Sum of RGB (Red+Green+Blue) = 219+150+144=513 (67% of max value = 765). Red value is 219 (85.94% from 255 or 42.69% from 513); Green value is 150 (58.98% from 255 or 29.24% from 513); Blue value is 144 (56.64% from 255 or 28.07% from 513); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9690 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9690 is #24696F. Grayscale: #AAAAAA. Windows color (decimal): -2386288 or 9475803. OLE color: 9475803.
HSL color Cylindrical-coordinate representation of color #DB9690: hue angle of 4.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 #DB9690 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 150 | 144 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.14 |
| HSL | 4.8º | 0.51% | 0.71% | - |
| HSV(B) | 4.8º | 0.34% | 0.86% | - |
| XYZ | 45.15 | 38.89 | 31.51 | - |
| YUV | 169.95 | 113.36 | 162.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 150 | 144 | 0 | 0.32 | 0.34 | 0.14 | 4.8 | 0.51 | 0.71 |
| Hex | DB | 96 | 90 | 0 | 20 | 22 | E | 5 | 33 | 47 |
| Octal | 333 | 226 | 220 | 0 | 40 | 42 | 16 | 5 | 63 | 107 |
| Binary | 11011011 | 10010110 | 10010000 | 0 | 100000 | 100010 | 1110 | 101 | 110011 | 1000111 |
Color Harmonies of #DB9690
Complementary color
Monochromatic Colors of #DB9690
Black with #DB9690
Text Example
Text Example
White with #DB9690
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9690; }
p { color: rgb(219,150,144); }
H1.HeaderClassName
{
color: #DB9690;
}
.AnyTagClassName
{
color: #DB9690;
}
</style>
background-color css
<style>
a { background-color: #DB9690; }
a { background-color: rgb(219,150,144); }
div.DivClassName
{
background-color: #DB9690;
}
.BgClassName
{
background-color: #DB9690;
}
</style>
border-color css
<style>
span { border-color: #DB9690; }
span { border-color: rgb(219,150,144); }
td.TdClassName
{
border-color: #DB9690;
}
.TagClassName
{
border-color: #DB9690;
}
</style>