Shades of Petite Orchid #DB9D90
Tints of Petite Orchid #DB9D90
RGB
CMYK
RGB Variations
Color information
#DB9D90 (or 0xDB9D90) is known color: Petite Orchid. HEX triplet: DB, 9D and 90. RGB value is (219,157,144). Sum of RGB (Red+Green+Blue) = 219+157+144=520 (68% of max value = 765). Red value is 219 (85.94% from 255 or 42.12% from 520); Green value is 157 (61.72% from 255 or 30.19% from 520); Blue value is 144 (56.64% from 255 or 27.69% from 520); Max value from RGB is 219 - color contains mainly: red. Hex color #DB9D90 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DB9D90 is #24626F. Grayscale: #AEAEAE. Windows color (decimal): -2384496 or 9477595. OLE color: 9477595.
HSL color Cylindrical-coordinate representation of color #DB9D90: hue angle of 10.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 #DB9D90 is Cyan = 0, Magento = 0.28, Yellow = 0.34 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 157 | 144 | - |
| CMYK | 0 | 0.28 | 0.34 | 0.14 |
| HSL | 10.4º | 0.51% | 0.71% | - |
| HSV(B) | 10.4º | 0.34% | 0.86% | - |
| XYZ | 46.3 | 41.19 | 31.9 | - |
| YUV | 174.06 | 111.04 | 160.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 157 | 144 | 0 | 0.28 | 0.34 | 0.14 | 10.4 | 0.51 | 0.71 |
| Hex | DB | 9D | 90 | 0 | 1C | 22 | E | A | 33 | 47 |
| Octal | 333 | 235 | 220 | 0 | 34 | 42 | 16 | 12 | 63 | 107 |
| Binary | 11011011 | 10011101 | 10010000 | 0 | 11100 | 100010 | 1110 | 1010 | 110011 | 1000111 |
Color Harmonies of #DB9D90
Complementary color
Monochromatic Colors of #DB9D90
Black with #DB9D90
Text Example
Text Example
White with #DB9D90
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB9D90; }
p { color: rgb(219,157,144); }
H1.HeaderClassName
{
color: #DB9D90;
}
.AnyTagClassName
{
color: #DB9D90;
}
</style>
background-color css
<style>
a { background-color: #DB9D90; }
a { background-color: rgb(219,157,144); }
div.DivClassName
{
background-color: #DB9D90;
}
.BgClassName
{
background-color: #DB9D90;
}
</style>
border-color css
<style>
span { border-color: #DB9D90; }
span { border-color: rgb(219,157,144); }
td.TdClassName
{
border-color: #DB9D90;
}
.TagClassName
{
border-color: #DB9D90;
}
</style>