Shades of Petite Orchid #DA9089
Tints of Petite Orchid #DA9089
RGB
CMYK
RGB Variations
Color information
#DA9089 (or 0xDA9089) is known color: Petite Orchid. HEX triplet: DA, 90 and 89. RGB value is (218,144,137). Sum of RGB (Red+Green+Blue) = 218+144+137=499 (66% of max value = 765). Red value is 218 (85.55% from 255 or 43.69% from 499); Green value is 144 (56.64% from 255 or 28.86% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9089 is #256F76. Grayscale: #A5A5A5. Windows color (decimal): -2453367 or 9015514. OLE color: 9015514.
HSL color Cylindrical-coordinate representation of color #DA9089: hue angle of 5.19º degrees, saturation: 0.52, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DA9089 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 218 | 144 | 137 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.15 |
| HSL | 5.19º | 0.52% | 0.7% | - |
| HSV(B) | 5.19º | 0.37% | 0.85% | - |
| XYZ | 43.4 | 36.66 | 28.46 | - |
| YUV | 165.33 | 112.02 | 165.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 218 | 144 | 137 | 0 | 0.34 | 0.37 | 0.15 | 5.19 | 0.52 | 0.7 |
| Hex | DA | 90 | 89 | 0 | 22 | 25 | F | 5 | 34 | 46 |
| Octal | 332 | 220 | 211 | 0 | 42 | 45 | 17 | 5 | 64 | 106 |
| Binary | 11011010 | 10010000 | 10001001 | 0 | 100010 | 100101 | 1111 | 101 | 110100 | 1000110 |
Color Harmonies of #DA9089
Complementary color
Monochromatic Colors of #DA9089
Black with #DA9089
Text Example
Text Example
White with #DA9089
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DA9089; }
p { color: rgb(218,144,137); }
H1.HeaderClassName
{
color: #DA9089;
}
.AnyTagClassName
{
color: #DA9089;
}
</style>
background-color css
<style>
a { background-color: #DA9089; }
a { background-color: rgb(218,144,137); }
div.DivClassName
{
background-color: #DA9089;
}
.BgClassName
{
background-color: #DA9089;
}
</style>
border-color css
<style>
span { border-color: #DA9089; }
span { border-color: rgb(218,144,137); }
td.TdClassName
{
border-color: #DA9089;
}
.TagClassName
{
border-color: #DA9089;
}
</style>