Shades of Petite Orchid #DF998B
Tints of Petite Orchid #DF998B
RGB
CMYK
RGB Variations
Color information
#DF998B (or 0xDF998B) is known color: Petite Orchid. HEX triplet: DF, 99 and 8B. RGB value is (223,153,139). Sum of RGB (Red+Green+Blue) = 223+153+139=515 (68% of max value = 765). Red value is 223 (87.5% from 255 or 43.30% from 515); Green value is 153 (60.16% from 255 or 29.71% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 223 - color contains mainly: red. Hex color #DF998B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF998B is #206674. Grayscale: #ACACAC. Windows color (decimal): -2123381 or 9148895. OLE color: 9148895.
HSL color Cylindrical-coordinate representation of color #DF998B: hue angle of 10º 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 #DF998B is Cyan = 0, Magento = 0.31, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 139 | - |
| CMYK | 0 | 0.31 | 0.38 | 0.13 |
| HSL | 10º | 0.57% | 0.71% | - |
| HSV(B) | 10º | 0.38% | 0.87% | - |
| XYZ | 46.48 | 40.33 | 29.76 | - |
| YUV | 172.33 | 109.19 | 164.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 139 | 0 | 0.31 | 0.38 | 0.13 | 10 | 0.57 | 0.71 |
| Hex | DF | 99 | 8B | 0 | 1F | 26 | D | A | 39 | 47 |
| Octal | 337 | 231 | 213 | 0 | 37 | 46 | 15 | 12 | 71 | 107 |
| Binary | 11011111 | 10011001 | 10001011 | 0 | 11111 | 100110 | 1101 | 1010 | 111001 | 1000111 |
Color Harmonies of #DF998B
Complementary color
Monochromatic Colors of #DF998B
Black with #DF998B
Text Example
Text Example
White with #DF998B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF998B; }
p { color: rgb(223,153,139); }
H1.HeaderClassName
{
color: #DF998B;
}
.AnyTagClassName
{
color: #DF998B;
}
</style>
background-color css
<style>
a { background-color: #DF998B; }
a { background-color: rgb(223,153,139); }
div.DivClassName
{
background-color: #DF998B;
}
.BgClassName
{
background-color: #DF998B;
}
</style>
border-color css
<style>
span { border-color: #DF998B; }
span { border-color: rgb(223,153,139); }
td.TdClassName
{
border-color: #DF998B;
}
.TagClassName
{
border-color: #DF998B;
}
</style>