Shades of Petite Orchid #D89C92
Tints of Petite Orchid #D89C92
RGB
CMYK
RGB Variations
Color information
#D89C92 (or 0xD89C92) is known color: Petite Orchid. HEX triplet: D8, 9C and 92. RGB value is (216,156,146). Sum of RGB (Red+Green+Blue) = 216+156+146=518 (68% of max value = 765). Red value is 216 (84.77% from 255 or 41.70% from 518); Green value is 156 (61.33% from 255 or 30.12% from 518); Blue value is 146 (57.42% from 255 or 28.19% from 518); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C92 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C92 is #27636D. Grayscale: #ACACAC. Windows color (decimal): -2581358 or 9608408. OLE color: 9608408.
HSL color Cylindrical-coordinate representation of color #D89C92: hue angle of 8.57º degrees, saturation: 0.47, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #D89C92 is Cyan = 0, Magento = 0.28, Yellow = 0.32 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 146 | - |
| CMYK | 0 | 0.28 | 0.32 | 0.15 |
| HSL | 8.57º | 0.47% | 0.71% | - |
| HSV(B) | 8.57º | 0.32% | 0.85% | - |
| XYZ | 45.4 | 40.45 | 32.61 | - |
| YUV | 172.8 | 112.88 | 158.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 146 | 0 | 0.28 | 0.32 | 0.15 | 8.57 | 0.47 | 0.71 |
| Hex | D8 | 9C | 92 | 0 | 1C | 20 | F | 9 | 2F | 47 |
| Octal | 330 | 234 | 222 | 0 | 34 | 40 | 17 | 11 | 57 | 107 |
| Binary | 11011000 | 10011100 | 10010010 | 0 | 11100 | 100000 | 1111 | 1001 | 101111 | 1000111 |
Color Harmonies of #D89C92
Complementary color
Monochromatic Colors of #D89C92
Black with #D89C92
Text Example
Text Example
White with #D89C92
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C92; }
p { color: rgb(216,156,146); }
H1.HeaderClassName
{
color: #D89C92;
}
.AnyTagClassName
{
color: #D89C92;
}
</style>
background-color css
<style>
a { background-color: #D89C92; }
a { background-color: rgb(216,156,146); }
div.DivClassName
{
background-color: #D89C92;
}
.BgClassName
{
background-color: #D89C92;
}
</style>
border-color css
<style>
span { border-color: #D89C92; }
span { border-color: rgb(216,156,146); }
td.TdClassName
{
border-color: #D89C92;
}
.TagClassName
{
border-color: #D89C92;
}
</style>