Shades of Petite Orchid #D89D9A
Tints of Petite Orchid #D89D9A
RGB
CMYK
RGB Variations
Color information
#D89D9A (or 0xD89D9A) is known color: Petite Orchid. HEX triplet: D8, 9D and 9A. RGB value is (216,157,154). Sum of RGB (Red+Green+Blue) = 216+157+154=527 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.99% from 527); Green value is 157 (61.72% from 255 or 29.79% from 527); Blue value is 154 (60.55% from 255 or 29.22% from 527); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D9A is #276265. Grayscale: #AEAEAE. Windows color (decimal): -2581094 or 10132952. OLE color: 10132952.
HSL color Cylindrical-coordinate representation of color #D89D9A: hue angle of 2.9º 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 #D89D9A is Cyan = 0, Magento = 0.27, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 154 | - |
| CMYK | 0 | 0.27 | 0.29 | 0.15 |
| HSL | 2.9º | 0.44% | 0.73% | - |
| HSV(B) | 2.9º | 0.29% | 0.85% | - |
| XYZ | 46.21 | 41.05 | 36.06 | - |
| YUV | 174.3 | 116.55 | 157.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 154 | 0 | 0.27 | 0.29 | 0.15 | 2.9 | 0.44 | 0.73 |
| Hex | D8 | 9D | 9A | 0 | 1B | 1D | F | 3 | 2C | 49 |
| Octal | 330 | 235 | 232 | 0 | 33 | 35 | 17 | 3 | 54 | 111 |
| Binary | 11011000 | 10011101 | 10011010 | 0 | 11011 | 11101 | 1111 | 11 | 101100 | 1001001 |
Color Harmonies of #D89D9A
Complementary color
Monochromatic Colors of #D89D9A
Black with #D89D9A
Text Example
Text Example
White with #D89D9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D9A; }
p { color: rgb(216,157,154); }
H1.HeaderClassName
{
color: #D89D9A;
}
.AnyTagClassName
{
color: #D89D9A;
}
</style>
background-color css
<style>
a { background-color: #D89D9A; }
a { background-color: rgb(216,157,154); }
div.DivClassName
{
background-color: #D89D9A;
}
.BgClassName
{
background-color: #D89D9A;
}
</style>
border-color css
<style>
span { border-color: #D89D9A; }
span { border-color: rgb(216,157,154); }
td.TdClassName
{
border-color: #D89D9A;
}
.TagClassName
{
border-color: #D89D9A;
}
</style>