Shades of Petite Orchid #DF998C
Tints of Petite Orchid #DF998C
RGB
CMYK
RGB Variations
Color information
#DF998C (or 0xDF998C) is known color: Petite Orchid. HEX triplet: DF, 99 and 8C. RGB value is (223,153,140). Sum of RGB (Red+Green+Blue) = 223+153+140=516 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.22% from 516); Green value is 153 (60.16% from 255 or 29.65% from 516); Blue value is 140 (55.08% from 255 or 27.13% from 516); Max value from RGB is 223 - color contains mainly: red. Hex color #DF998C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF998C is #206673. Grayscale: #ACACAC. Windows color (decimal): -2123380 or 9214431. OLE color: 9214431.
HSL color Cylindrical-coordinate representation of color #DF998C: hue angle of 9.4º 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 #DF998C is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 140 | - |
| CMYK | 0 | 0.31 | 0.37 | 0.13 |
| HSL | 9.4º | 0.56% | 0.71% | - |
| HSV(B) | 9.4º | 0.37% | 0.87% | - |
| XYZ | 46.56 | 40.36 | 30.15 | - |
| YUV | 172.45 | 109.69 | 164.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 140 | 0 | 0.31 | 0.37 | 0.13 | 9.4 | 0.56 | 0.71 |
| Hex | DF | 99 | 8C | 0 | 1F | 25 | D | 9 | 38 | 47 |
| Octal | 337 | 231 | 214 | 0 | 37 | 45 | 15 | 11 | 70 | 107 |
| Binary | 11011111 | 10011001 | 10001100 | 0 | 11111 | 100101 | 1101 | 1001 | 111000 | 1000111 |
Color Harmonies of #DF998C
Complementary color
Monochromatic Colors of #DF998C
Black with #DF998C
Text Example
Text Example
White with #DF998C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF998C; }
p { color: rgb(223,153,140); }
H1.HeaderClassName
{
color: #DF998C;
}
.AnyTagClassName
{
color: #DF998C;
}
</style>
background-color css
<style>
a { background-color: #DF998C; }
a { background-color: rgb(223,153,140); }
div.DivClassName
{
background-color: #DF998C;
}
.BgClassName
{
background-color: #DF998C;
}
</style>
border-color css
<style>
span { border-color: #DF998C; }
span { border-color: rgb(223,153,140); }
td.TdClassName
{
border-color: #DF998C;
}
.TagClassName
{
border-color: #DF998C;
}
</style>