Shades of Petite Orchid #DF988F
Tints of Petite Orchid #DF988F
RGB
CMYK
RGB Variations
Color information
#DF988F (or 0xDF988F) is known color: Petite Orchid. HEX triplet: DF, 98 and 8F. RGB value is (223,152,143). Sum of RGB (Red+Green+Blue) = 223+152+143=518 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.05% from 518); Green value is 152 (59.77% from 255 or 29.34% from 518); Blue value is 143 (56.25% from 255 or 27.61% from 518); Max value from RGB is 223 - color contains mainly: red. Hex color #DF988F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF988F is #206770. Grayscale: #ACACAC. Windows color (decimal): -2123633 or 9410783. OLE color: 9410783.
HSL color Cylindrical-coordinate representation of color #DF988F: hue angle of 6.75º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF988F is Cyan = 0, Magento = 0.32, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 143 | - |
| CMYK | 0 | 0.32 | 0.36 | 0.13 |
| HSL | 6.75º | 0.56% | 0.72% | - |
| HSV(B) | 6.75º | 0.36% | 0.87% | - |
| XYZ | 46.62 | 40.13 | 31.27 | - |
| YUV | 172.2 | 111.52 | 164.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 143 | 0 | 0.32 | 0.36 | 0.13 | 6.75 | 0.56 | 0.72 |
| Hex | DF | 98 | 8F | 0 | 20 | 24 | D | 7 | 38 | 48 |
| Octal | 337 | 230 | 217 | 0 | 40 | 44 | 15 | 7 | 70 | 110 |
| Binary | 11011111 | 10011000 | 10001111 | 0 | 100000 | 100100 | 1101 | 111 | 111000 | 1001000 |
Color Harmonies of #DF988F
Complementary color
Monochromatic Colors of #DF988F
Black with #DF988F
Text Example
Text Example
White with #DF988F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF988F; }
p { color: rgb(223,152,143); }
H1.HeaderClassName
{
color: #DF988F;
}
.AnyTagClassName
{
color: #DF988F;
}
</style>
background-color css
<style>
a { background-color: #DF988F; }
a { background-color: rgb(223,152,143); }
div.DivClassName
{
background-color: #DF988F;
}
.BgClassName
{
background-color: #DF988F;
}
</style>
border-color css
<style>
span { border-color: #DF988F; }
span { border-color: rgb(223,152,143); }
td.TdClassName
{
border-color: #DF988F;
}
.TagClassName
{
border-color: #DF988F;
}
</style>