Shades of Petite Orchid #DF988D
Tints of Petite Orchid #DF988D
RGB
CMYK
RGB Variations
Color information
#DF988D (or 0xDF988D) is known color: Petite Orchid. HEX triplet: DF, 98 and 8D. RGB value is (223,152,141). Sum of RGB (Red+Green+Blue) = 223+152+141=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 152 (59.77% from 255 or 29.46% from 516); Blue value is 141 (55.47% from 255 or 27.33% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF988D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF988D is #206772. Grayscale: #ACACAC. Windows color (decimal): -2123635 or 9279711. OLE color: 9279711.
HSL color Cylindrical-coordinate representation of color #DF988D: hue angle of 8.05º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DF988D is Cyan = 0, Magento = 0.32, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 141 | - |
| CMYK | 0 | 0.32 | 0.37 | 0.13 |
| HSL | 8.05º | 0.56% | 0.71% | - |
| HSV(B) | 8.05º | 0.37% | 0.87% | - |
| XYZ | 46.47 | 40.07 | 30.48 | - |
| YUV | 171.98 | 110.52 | 164.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 141 | 0 | 0.32 | 0.37 | 0.13 | 8.05 | 0.56 | 0.71 |
| Hex | DF | 98 | 8D | 0 | 20 | 25 | D | 8 | 38 | 47 |
| Octal | 337 | 230 | 215 | 0 | 40 | 45 | 15 | 10 | 70 | 107 |
| Binary | 11011111 | 10011000 | 10001101 | 0 | 100000 | 100101 | 1101 | 1000 | 111000 | 1000111 |
Color Harmonies of #DF988D
Complementary color
Monochromatic Colors of #DF988D
Black with #DF988D
Text Example
Text Example
White with #DF988D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF988D; }
p { color: rgb(223,152,141); }
H1.HeaderClassName
{
color: #DF988D;
}
.AnyTagClassName
{
color: #DF988D;
}
</style>
background-color css
<style>
a { background-color: #DF988D; }
a { background-color: rgb(223,152,141); }
div.DivClassName
{
background-color: #DF988D;
}
.BgClassName
{
background-color: #DF988D;
}
</style>
border-color css
<style>
span { border-color: #DF988D; }
span { border-color: rgb(223,152,141); }
td.TdClassName
{
border-color: #DF988D;
}
.TagClassName
{
border-color: #DF988D;
}
</style>