Shades of Petite Orchid #DF9789
Tints of Petite Orchid #DF9789
RGB
CMYK
RGB Variations
Color information
#DF9789 (or 0xDF9789) is known color: Petite Orchid. HEX triplet: DF, 97 and 89. RGB value is (223,151,137). Sum of RGB (Red+Green+Blue) = 223+151+137=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 151 (59.38% from 255 or 29.55% from 511); Blue value is 137 (53.91% from 255 or 26.81% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9789 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9789 is #206876. Grayscale: #ABABAB. Windows color (decimal): -2123895 or 9017311. OLE color: 9017311.
HSL color Cylindrical-coordinate representation of color #DF9789: hue angle of 9.77º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DF9789 is Cyan = 0, Magento = 0.32, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 151 | 137 | - |
| CMYK | 0 | 0.32 | 0.39 | 0.13 |
| HSL | 9.77º | 0.57% | 0.71% | - |
| HSV(B) | 9.77º | 0.39% | 0.87% | - |
| XYZ | 46.01 | 39.63 | 28.89 | - |
| YUV | 170.93 | 108.85 | 165.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 151 | 137 | 0 | 0.32 | 0.39 | 0.13 | 9.77 | 0.57 | 0.71 |
| Hex | DF | 97 | 89 | 0 | 20 | 27 | D | A | 39 | 47 |
| Octal | 337 | 227 | 211 | 0 | 40 | 47 | 15 | 12 | 71 | 107 |
| Binary | 11011111 | 10010111 | 10001001 | 0 | 100000 | 100111 | 1101 | 1010 | 111001 | 1000111 |
Color Harmonies of #DF9789
Complementary color
Monochromatic Colors of #DF9789
Black with #DF9789
Text Example
Text Example
White with #DF9789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9789; }
p { color: rgb(223,151,137); }
H1.HeaderClassName
{
color: #DF9789;
}
.AnyTagClassName
{
color: #DF9789;
}
</style>
background-color css
<style>
a { background-color: #DF9789; }
a { background-color: rgb(223,151,137); }
div.DivClassName
{
background-color: #DF9789;
}
.BgClassName
{
background-color: #DF9789;
}
</style>
border-color css
<style>
span { border-color: #DF9789; }
span { border-color: rgb(223,151,137); }
td.TdClassName
{
border-color: #DF9789;
}
.TagClassName
{
border-color: #DF9789;
}
</style>