Shades of Petite Orchid #D89289
Tints of Petite Orchid #D89289
RGB
CMYK
RGB Variations
Color information
#D89289 (or 0xD89289) is known color: Petite Orchid. HEX triplet: D8, 92 and 89. RGB value is (216,146,137). Sum of RGB (Red+Green+Blue) = 216+146+137=499 (66% of max value = 765). Red value is 216 (84.77% from 255 or 43.29% from 499); Green value is 146 (57.42% from 255 or 29.26% from 499); Blue value is 137 (53.91% from 255 or 27.45% from 499); Max value from RGB is 216 - color contains mainly: red. Hex color #D89289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89289 is #276D76. Grayscale: #A6A6A6. Windows color (decimal): -2583927 or 9016024. OLE color: 9016024.
HSL color Cylindrical-coordinate representation of color #D89289: hue angle of 6.84º 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 #D89289 is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 146 | 137 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.15 |
| HSL | 6.84º | 0.5% | 0.69% | - |
| HSV(B) | 6.84º | 0.37% | 0.85% | - |
| XYZ | 43.11 | 36.96 | 28.53 | - |
| YUV | 165.9 | 111.69 | 163.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 146 | 137 | 0 | 0.32 | 0.37 | 0.15 | 6.84 | 0.5 | 0.69 |
| Hex | D8 | 92 | 89 | 0 | 20 | 25 | F | 7 | 32 | 45 |
| Octal | 330 | 222 | 211 | 0 | 40 | 45 | 17 | 7 | 62 | 105 |
| Binary | 11011000 | 10010010 | 10001001 | 0 | 100000 | 100101 | 1111 | 111 | 110010 | 1000101 |
Color Harmonies of #D89289
Complementary color
Monochromatic Colors of #D89289
Black with #D89289
Text Example
Text Example
White with #D89289
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89289; }
p { color: rgb(216,146,137); }
H1.HeaderClassName
{
color: #D89289;
}
.AnyTagClassName
{
color: #D89289;
}
</style>
background-color css
<style>
a { background-color: #D89289; }
a { background-color: rgb(216,146,137); }
div.DivClassName
{
background-color: #D89289;
}
.BgClassName
{
background-color: #D89289;
}
</style>
border-color css
<style>
span { border-color: #D89289; }
span { border-color: rgb(216,146,137); }
td.TdClassName
{
border-color: #D89289;
}
.TagClassName
{
border-color: #D89289;
}
</style>