Shades of Petite Orchid #D89C99
Tints of Petite Orchid #D89C99
RGB
CMYK
RGB Variations
Color information
#D89C99 (or 0xD89C99) is known color: Petite Orchid. HEX triplet: D8, 9C and 99. RGB value is (216,156,153). Sum of RGB (Red+Green+Blue) = 216+156+153=525 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.14% from 525); Green value is 156 (61.33% from 255 or 29.71% from 525); Blue value is 153 (60.16% from 255 or 29.14% from 525); Max value from RGB is 216 - color contains mainly: red. Hex color #D89C99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89C99 is #276366. Grayscale: #ADADAD. Windows color (decimal): -2581351 or 10067160. OLE color: 10067160.
HSL color Cylindrical-coordinate representation of color #D89C99: hue angle of 2.86º degrees, saturation: 0.45, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #D89C99 is Cyan = 0, Magento = 0.28, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 156 | 153 | - |
| CMYK | 0 | 0.28 | 0.29 | 0.15 |
| HSL | 2.86º | 0.45% | 0.72% | - |
| HSV(B) | 2.86º | 0.29% | 0.85% | - |
| XYZ | 45.96 | 40.68 | 35.57 | - |
| YUV | 173.6 | 116.38 | 158.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 156 | 153 | 0 | 0.28 | 0.29 | 0.15 | 2.86 | 0.45 | 0.72 |
| Hex | D8 | 9C | 99 | 0 | 1C | 1D | F | 3 | 2D | 48 |
| Octal | 330 | 234 | 231 | 0 | 34 | 35 | 17 | 3 | 55 | 110 |
| Binary | 11011000 | 10011100 | 10011001 | 0 | 11100 | 11101 | 1111 | 11 | 101101 | 1001000 |
Color Harmonies of #D89C99
Complementary color
Monochromatic Colors of #D89C99
Black with #D89C99
Text Example
Text Example
White with #D89C99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89C99; }
p { color: rgb(216,156,153); }
H1.HeaderClassName
{
color: #D89C99;
}
.AnyTagClassName
{
color: #D89C99;
}
</style>
background-color css
<style>
a { background-color: #D89C99; }
a { background-color: rgb(216,156,153); }
div.DivClassName
{
background-color: #D89C99;
}
.BgClassName
{
background-color: #D89C99;
}
</style>
border-color css
<style>
span { border-color: #D89C99; }
span { border-color: rgb(216,156,153); }
td.TdClassName
{
border-color: #D89C99;
}
.TagClassName
{
border-color: #D89C99;
}
</style>