Shades of Petite Orchid #D89C9A
Tints of Petite Orchid #D89C9A
RGB
CMYK
RGB Variations
Color information
#D89C9A (or 0xD89C9A) is known color: Petite Orchid. HEX triplet: D8, 9C and 9A. RGB value is (216,156,154). Sum of RGB (Red+Green+Blue) = 216+156+154=526 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.06% from 526); Green value is 156 (61.33% from 255 or 29.66% from 526); Blue value is 154 (60.55% from 255 or 29.28% from 526); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C9A is #276365. Grayscale: #ADADAD. Windows color (decimal): -2581350 or 10132696. OLE color: 10132696.
HSL color Cylindrical-coordinate representation of color #D89C9A: hue angle of 1.94º 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 #D89C9A is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 154 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.15 |
| HSL | 1.94º | 0.44% | 0.73% | - |
| HSV(B) | 1.94º | 0.29% | 0.85% | - |
| XYZ | 46.04 | 40.71 | 36 | - |
| YUV | 173.71 | 116.88 | 158.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 154 | 0 | 0.28 | 0.29 | 0.15 | 1.94 | 0.44 | 0.73 |
| Hex | D8 | 9C | 9A | 0 | 1C | 1D | F | 2 | 2C | 49 |
| Octal | 330 | 234 | 232 | 0 | 34 | 35 | 17 | 2 | 54 | 111 |
| Binary | 11011000 | 10011100 | 10011010 | 0 | 11100 | 11101 | 1111 | 10 | 101100 | 1001001 |
Color Harmonies of #D89C9A
Complementary color
Monochromatic Colors of #D89C9A
Black with #D89C9A
Text Example
Text Example
White with #D89C9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C9A; }
p { color: rgb(216,156,154); }
H1.HeaderClassName
{
color: #D89C9A;
}
.AnyTagClassName
{
color: #D89C9A;
}
</style>
background-color css
<style>
a { background-color: #D89C9A; }
a { background-color: rgb(216,156,154); }
div.DivClassName
{
background-color: #D89C9A;
}
.BgClassName
{
background-color: #D89C9A;
}
</style>
border-color css
<style>
span { border-color: #D89C9A; }
span { border-color: rgb(216,156,154); }
td.TdClassName
{
border-color: #D89C9A;
}
.TagClassName
{
border-color: #D89C9A;
}
</style>