Shades of Petite Orchid #DF988B
Tints of Petite Orchid #DF988B
RGB
CMYK
RGB Variations
Color information
#DF988B (or 0xDF988B) is known color: Petite Orchid. HEX triplet: DF, 98 and 8B. RGB value is (223,152,139). Sum of RGB (Red+Green+Blue) = 223+152+139=514 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.39% from 514); Green value is 152 (59.77% from 255 or 29.57% from 514); Blue value is 139 (54.69% from 255 or 27.04% from 514); Max value from RGB is 223 - color contains mainly: red. Hex color #DF988B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF988B is #206774. Grayscale: #ABABAB. Windows color (decimal): -2123637 or 9148639. OLE color: 9148639.
HSL color Cylindrical-coordinate representation of color #DF988B: hue angle of 9.29º degrees, saturation: 0.57, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DF988B is Cyan = 0, Magento = 0.32, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 152 | 139 | - |
| CMYK | 0 | 0.32 | 0.38 | 0.13 |
| HSL | 9.29º | 0.57% | 0.71% | - |
| HSV(B) | 9.29º | 0.38% | 0.87% | - |
| XYZ | 46.32 | 40.01 | 29.71 | - |
| YUV | 171.75 | 109.52 | 164.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 152 | 139 | 0 | 0.32 | 0.38 | 0.13 | 9.29 | 0.57 | 0.71 |
| Hex | DF | 98 | 8B | 0 | 20 | 26 | D | 9 | 39 | 47 |
| Octal | 337 | 230 | 213 | 0 | 40 | 46 | 15 | 11 | 71 | 107 |
| Binary | 11011111 | 10011000 | 10001011 | 0 | 100000 | 100110 | 1101 | 1001 | 111001 | 1000111 |
Color Harmonies of #DF988B
Complementary color
Monochromatic Colors of #DF988B
Black with #DF988B
Text Example
Text Example
White with #DF988B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF988B; }
p { color: rgb(223,152,139); }
H1.HeaderClassName
{
color: #DF988B;
}
.AnyTagClassName
{
color: #DF988B;
}
</style>
background-color css
<style>
a { background-color: #DF988B; }
a { background-color: rgb(223,152,139); }
div.DivClassName
{
background-color: #DF988B;
}
.BgClassName
{
background-color: #DF988B;
}
</style>
border-color css
<style>
span { border-color: #DF988B; }
span { border-color: rgb(223,152,139); }
td.TdClassName
{
border-color: #DF988B;
}
.TagClassName
{
border-color: #DF988B;
}
</style>