Shades of Petite Orchid #D89A9A
Tints of Petite Orchid #D89A9A
RGB
CMYK
RGB Variations
Color information
#D89A9A (or 0xD89A9A) is known color: Petite Orchid. HEX triplet: D8, 9A and 9A. RGB value is (216,154,154). Sum of RGB (Red+Green+Blue) = 216+154+154=524 (69% of max value = 765). Red value is 216 (84.77% from 255 or 41.22% from 524); Green value is 154 (60.55% from 255 or 29.39% from 524); Blue value is 154 (60.55% from 255 or 29.39% from 524); Max value from RGB is 216 - color contains mainly: red. Hex color #D89A9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D89A9A is #276565. Grayscale: #ACACAC. Windows color (decimal): -2581862 or 10132184. OLE color: 10132184.
HSL color Cylindrical-coordinate representation of color #D89A9A: hue angle of 0º 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 #D89A9A is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 154 | 154 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.15 |
| HSL | 0º | 0.44% | 0.73% | - |
| HSV(B) | 0º | 0.29% | 0.85% | - |
| XYZ | 45.71 | 40.04 | 35.89 | - |
| YUV | 172.54 | 117.54 | 159 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 154 | 154 | 0 | 0.29 | 0.29 | 0.15 | 0 | 0.44 | 0.73 |
| Hex | D8 | 9A | 9A | 0 | 1D | 1D | F | 0 | 2C | 49 |
| Octal | 330 | 232 | 232 | 0 | 35 | 35 | 17 | 0 | 54 | 111 |
| Binary | 11011000 | 10011010 | 10011010 | 0 | 11101 | 11101 | 1111 | 0 | 101100 | 1001001 |
Color Harmonies of #D89A9A
Complementary color
Monochromatic Colors of #D89A9A
Black with #D89A9A
Text Example
Text Example
White with #D89A9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D89A9A; }
p { color: rgb(216,154,154); }
H1.HeaderClassName
{
color: #D89A9A;
}
.AnyTagClassName
{
color: #D89A9A;
}
</style>
background-color css
<style>
a { background-color: #D89A9A; }
a { background-color: rgb(216,154,154); }
div.DivClassName
{
background-color: #D89A9A;
}
.BgClassName
{
background-color: #D89A9A;
}
</style>
border-color css
<style>
span { border-color: #D89A9A; }
span { border-color: rgb(216,154,154); }
td.TdClassName
{
border-color: #D89A9A;
}
.TagClassName
{
border-color: #D89A9A;
}
</style>