Shades of Petite Orchid #DF8C89
Tints of Petite Orchid #DF8C89
RGB
CMYK
RGB Variations
Color information
#DF8C89 (or 0xDF8C89) is known color: Petite Orchid. HEX triplet: DF, 8C and 89. RGB value is (223,140,137). Sum of RGB (Red+Green+Blue) = 223+140+137=500 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.6% from 500); Green value is 140 (55.08% from 255 or 28% from 500); Blue value is 137 (53.91% from 255 or 27.4% from 500); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8C89 is #207376. Grayscale: #A4A4A4. Windows color (decimal): -2126711 or 9014495. OLE color: 9014495.
HSL color Cylindrical-coordinate representation of color #DF8C89: hue angle of 2.09º 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 #DF8C89 is Cyan = 0, Magento = 0.37, Yellow = 0.39 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 140 | 137 | - |
| CMYK | 0 | 0.37 | 0.39 | 0.13 |
| HSL | 2.09º | 0.57% | 0.71% | - |
| HSV(B) | 2.09º | 0.39% | 0.87% | - |
| XYZ | 44.32 | 36.25 | 28.33 | - |
| YUV | 164.48 | 112.5 | 169.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 140 | 137 | 0 | 0.37 | 0.39 | 0.13 | 2.09 | 0.57 | 0.71 |
| Hex | DF | 8C | 89 | 0 | 25 | 27 | D | 2 | 39 | 47 |
| Octal | 337 | 214 | 211 | 0 | 45 | 47 | 15 | 2 | 71 | 107 |
| Binary | 11011111 | 10001100 | 10001001 | 0 | 100101 | 100111 | 1101 | 10 | 111001 | 1000111 |
Color Harmonies of #DF8C89
Complementary color
Monochromatic Colors of #DF8C89
Black with #DF8C89
Text Example
Text Example
White with #DF8C89
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF8C89; }
p { color: rgb(223,140,137); }
H1.HeaderClassName
{
color: #DF8C89;
}
.AnyTagClassName
{
color: #DF8C89;
}
</style>
background-color css
<style>
a { background-color: #DF8C89; }
a { background-color: rgb(223,140,137); }
div.DivClassName
{
background-color: #DF8C89;
}
.BgClassName
{
background-color: #DF8C89;
}
</style>
border-color css
<style>
span { border-color: #DF8C89; }
span { border-color: rgb(223,140,137); }
td.TdClassName
{
border-color: #DF8C89;
}
.TagClassName
{
border-color: #DF8C89;
}
</style>