Shades of Petite Orchid #D89587
Tints of Petite Orchid #D89587
RGB
CMYK
RGB Variations
Color information
#D89587 (or 0xD89587) is known color: Petite Orchid. HEX triplet: D8, 95 and 87. RGB value is (216,149,135). Sum of RGB (Red+Green+Blue) = 216+149+135=500 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.2% from 500); Green value is 149 (58.59% from 255 or 29.8% from 500); Blue value is 135 (53.12% from 255 or 27% from 500); Max value from RGB is 216 - color contains mainly: red. Hex color #D89587 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89587 is #276A78. Grayscale: #A7A7A7. Windows color (decimal): -2583161 or 8885720. OLE color: 8885720.
HSL color Cylindrical-coordinate representation of color #D89587: hue angle of 10.37º degrees, saturation: 0.51, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D89587 is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 149 | 135 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.15 |
| HSL | 10.37º | 0.51% | 0.69% | - |
| HSV(B) | 10.37º | 0.38% | 0.85% | - |
| XYZ | 43.44 | 37.84 | 27.94 | - |
| YUV | 167.44 | 109.7 | 162.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 149 | 135 | 0 | 0.31 | 0.38 | 0.15 | 10.37 | 0.51 | 0.69 |
| Hex | D8 | 95 | 87 | 0 | 1F | 26 | F | A | 33 | 45 |
| Octal | 330 | 225 | 207 | 0 | 37 | 46 | 17 | 12 | 63 | 105 |
| Binary | 11011000 | 10010101 | 10000111 | 0 | 11111 | 100110 | 1111 | 1010 | 110011 | 1000101 |
Color Harmonies of #D89587
Complementary color
Monochromatic Colors of #D89587
Black with #D89587
Text Example
Text Example
White with #D89587
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89587; }
p { color: rgb(216,149,135); }
H1.HeaderClassName
{
color: #D89587;
}
.AnyTagClassName
{
color: #D89587;
}
</style>
background-color css
<style>
a { background-color: #D89587; }
a { background-color: rgb(216,149,135); }
div.DivClassName
{
background-color: #D89587;
}
.BgClassName
{
background-color: #D89587;
}
</style>
border-color css
<style>
span { border-color: #D89587; }
span { border-color: rgb(216,149,135); }
td.TdClassName
{
border-color: #D89587;
}
.TagClassName
{
border-color: #D89587;
}
</style>