Shades of Petite Orchid #D89F9A
Tints of Petite Orchid #D89F9A
RGB
CMYK
RGB Variations
Color information
#D89F9A (or 0xD89F9A) is known color: Petite Orchid. HEX triplet: D8, 9F and 9A. RGB value is (216,159,154). Sum of RGB (Red+Green+Blue) = 216+159+154=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 154 (60.55% from 255 or 29.11% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D89F9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89F9A is #276065. Grayscale: #AFAFAF. Windows color (decimal): -2580582 or 10133464. OLE color: 10133464.
HSL color Cylindrical-coordinate representation of color #D89F9A: hue angle of 4.84º degrees, saturation: 0.44, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89F9A is Cyan = 0, Magento = 0.26, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 159 | 154 | - |
| CMYK | 0 | 0.26 | 0.29 | 0.15 |
| HSL | 4.84º | 0.44% | 0.73% | - |
| HSV(B) | 4.84º | 0.29% | 0.85% | - |
| XYZ | 46.55 | 41.73 | 36.17 | - |
| YUV | 175.47 | 115.88 | 156.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 159 | 154 | 0 | 0.26 | 0.29 | 0.15 | 4.84 | 0.44 | 0.73 |
| Hex | D8 | 9F | 9A | 0 | 1A | 1D | F | 5 | 2C | 49 |
| Octal | 330 | 237 | 232 | 0 | 32 | 35 | 17 | 5 | 54 | 111 |
| Binary | 11011000 | 10011111 | 10011010 | 0 | 11010 | 11101 | 1111 | 101 | 101100 | 1001001 |
Color Harmonies of #D89F9A
Complementary color
Monochromatic Colors of #D89F9A
Black with #D89F9A
Text Example
Text Example
White with #D89F9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89F9A; }
p { color: rgb(216,159,154); }
H1.HeaderClassName
{
color: #D89F9A;
}
.AnyTagClassName
{
color: #D89F9A;
}
</style>
background-color css
<style>
a { background-color: #D89F9A; }
a { background-color: rgb(216,159,154); }
div.DivClassName
{
background-color: #D89F9A;
}
.BgClassName
{
background-color: #D89F9A;
}
</style>
border-color css
<style>
span { border-color: #D89F9A; }
span { border-color: rgb(216,159,154); }
td.TdClassName
{
border-color: #D89F9A;
}
.TagClassName
{
border-color: #D89F9A;
}
</style>