Shades of Petite Orchid #D89D9B
Tints of Petite Orchid #D89D9B
RGB
CMYK
RGB Variations
Color information
#D89D9B (or 0xD89D9B) is known color: Petite Orchid. HEX triplet: D8, 9D and 9B. RGB value is (216,157,155). Sum of RGB (Red+Green+Blue) = 216+157+155=528 (69% of max value = 765). Red value is 216 (84.77% from 255 or 40.91% from 528); Green value is 157 (61.72% from 255 or 29.73% from 528); Blue value is 155 (60.94% from 255 or 29.36% from 528); Max value from RGB is 216 - color contains mainly: red. Hex color #D89D9B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89D9B is #276264. Grayscale: #AEAEAE. Windows color (decimal): -2581093 or 10198488. OLE color: 10198488.
HSL color Cylindrical-coordinate representation of color #D89D9B: hue angle of 1.97º degrees, saturation: 0.44, 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 #D89D9B is Cyan = 0, Magento = 0.27, Yellow = 0.28 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 157 | 155 | - |
| CMYK | 0 | 0.27 | 0.28 | 0.15 |
| HSL | 1.97º | 0.44% | 0.73% | - |
| HSV(B) | 1.97º | 0.28% | 0.85% | - |
| XYZ | 46.29 | 41.08 | 36.5 | - |
| YUV | 174.41 | 117.05 | 157.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 157 | 155 | 0 | 0.27 | 0.28 | 0.15 | 1.97 | 0.44 | 0.73 |
| Hex | D8 | 9D | 9B | 0 | 1B | 1C | F | 2 | 2C | 49 |
| Octal | 330 | 235 | 233 | 0 | 33 | 34 | 17 | 2 | 54 | 111 |
| Binary | 11011000 | 10011101 | 10011011 | 0 | 11011 | 11100 | 1111 | 10 | 101100 | 1001001 |
Color Harmonies of #D89D9B
Complementary color
Monochromatic Colors of #D89D9B
Black with #D89D9B
Text Example
Text Example
White with #D89D9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89D9B; }
p { color: rgb(216,157,155); }
H1.HeaderClassName
{
color: #D89D9B;
}
.AnyTagClassName
{
color: #D89D9B;
}
</style>
background-color css
<style>
a { background-color: #D89D9B; }
a { background-color: rgb(216,157,155); }
div.DivClassName
{
background-color: #D89D9B;
}
.BgClassName
{
background-color: #D89D9B;
}
</style>
border-color css
<style>
span { border-color: #D89D9B; }
span { border-color: rgb(216,157,155); }
td.TdClassName
{
border-color: #D89D9B;
}
.TagClassName
{
border-color: #D89D9B;
}
</style>