Shades of Petite Orchid #D89D9C
Tints of Petite Orchid #D89D9C
RGB
CMYK
RGB Variations
Color information
#D89D9C (or 0xD89D9C) is known color: Petite Orchid. HEX triplet: D8, 9D and 9C. RGB value is (216,157,156). Sum of RGB (Red+Green+Blue) = 216+157+156=529 (70% of max value = 765). Red value is 216 (84.77% from 255 or 40.83% from 529); Green value is 157 (61.72% from 255 or 29.68% from 529); Blue value is 156 (61.33% from 255 or 29.49% from 529); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D9C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D9C is #276263. Grayscale: #AEAEAE. Windows color (decimal): -2581092 or 10264024. OLE color: 10264024.
HSL color Cylindrical-coordinate representation of color #D89D9C: hue angle of 1º degrees, saturation: 0.43, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #D89D9C is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 156 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.15 |
| HSL | 1º | 0.43% | 0.73% | - |
| HSV(B) | 1º | 0.28% | 0.85% | - |
| XYZ | 46.38 | 41.11 | 36.94 | - |
| YUV | 174.53 | 117.55 | 157.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 156 | 0 | 0.27 | 0.28 | 0.15 | 1 | 0.43 | 0.73 |
| Hex | D8 | 9D | 9C | 0 | 1B | 1C | F | 1 | 2B | 49 |
| Octal | 330 | 235 | 234 | 0 | 33 | 34 | 17 | 1 | 53 | 111 |
| Binary | 11011000 | 10011101 | 10011100 | 0 | 11011 | 11100 | 1111 | 1 | 101011 | 1001001 |
Color Harmonies of #D89D9C
Complementary color
Monochromatic Colors of #D89D9C
Black with #D89D9C
Text Example
Text Example
White with #D89D9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D9C; }
p { color: rgb(216,157,156); }
H1.HeaderClassName
{
color: #D89D9C;
}
.AnyTagClassName
{
color: #D89D9C;
}
</style>
background-color css
<style>
a { background-color: #D89D9C; }
a { background-color: rgb(216,157,156); }
div.DivClassName
{
background-color: #D89D9C;
}
.BgClassName
{
background-color: #D89D9C;
}
</style>
border-color css
<style>
span { border-color: #D89D9C; }
span { border-color: rgb(216,157,156); }
td.TdClassName
{
border-color: #D89D9C;
}
.TagClassName
{
border-color: #D89D9C;
}
</style>