Shades of Petite Orchid #D89589
Tints of Petite Orchid #D89589
RGB
CMYK
RGB Variations
Color information
#D89589 (or 0xD89589) is known color: Petite Orchid. HEX triplet: D8, 95 and 89. RGB value is (216,149,137). Sum of RGB (Red+Green+Blue) = 216+149+137=502 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.03% from 502); Green value is 149 (58.59% from 255 or 29.68% from 502); Blue value is 137 (53.91% from 255 or 27.29% from 502); Max value from RGB is 216 - color contains mainly: red. Hex color #D89589 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89589 is #276A76. Grayscale: #A7A7A7. Windows color (decimal): -2583159 or 9016792. OLE color: 9016792.
HSL color Cylindrical-coordinate representation of color #D89589: hue angle of 9.11º degrees, saturation: 0.5, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D89589 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 137 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.15 |
| HSL | 9.11º | 0.5% | 0.69% | - |
| HSV(B) | 9.11º | 0.37% | 0.85% | - |
| XYZ | 43.58 | 37.9 | 28.69 | - |
| YUV | 167.67 | 110.7 | 162.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 137 | 0 | 0.31 | 0.37 | 0.15 | 9.11 | 0.5 | 0.69 |
| Hex | D8 | 95 | 89 | 0 | 1F | 25 | F | 9 | 32 | 45 |
| Octal | 330 | 225 | 211 | 0 | 37 | 45 | 17 | 11 | 62 | 105 |
| Binary | 11011000 | 10010101 | 10001001 | 0 | 11111 | 100101 | 1111 | 1001 | 110010 | 1000101 |
Color Harmonies of #D89589
Complementary color
Monochromatic Colors of #D89589
Black with #D89589
Text Example
Text Example
White with #D89589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89589; }
p { color: rgb(216,149,137); }
H1.HeaderClassName
{
color: #D89589;
}
.AnyTagClassName
{
color: #D89589;
}
</style>
background-color css
<style>
a { background-color: #D89589; }
a { background-color: rgb(216,149,137); }
div.DivClassName
{
background-color: #D89589;
}
.BgClassName
{
background-color: #D89589;
}
</style>
border-color css
<style>
span { border-color: #D89589; }
span { border-color: rgb(216,149,137); }
td.TdClassName
{
border-color: #D89589;
}
.TagClassName
{
border-color: #D89589;
}
</style>