Shades of Petite Orchid #DF938B
Tints of Petite Orchid #DF938B
RGB
CMYK
RGB Variations
Color information
#DF938B (or 0xDF938B) is known color: Petite Orchid. HEX triplet: DF, 93 and 8B. RGB value is (223,147,139). Sum of RGB (Red+Green+Blue) = 223+147+139=509 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.81% from 509); Green value is 147 (57.81% from 255 or 28.88% from 509); Blue value is 139 (54.69% from 255 or 27.31% from 509); Max value from RGB is 223 - color contains mainly: red. Hex color #DF938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF938B is #206C74. Grayscale: #A8A8A8. Windows color (decimal): -2124917 or 9147359. OLE color: 9147359.
HSL color Cylindrical-coordinate representation of color #DF938B: hue angle of 5.71º 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 #DF938B is Cyan = 0, Magento = 0.34, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 139 | - |
| CMYK | 0 | 0.34 | 0.38 | 0.13 |
| HSL | 5.71º | 0.57% | 0.71% | - |
| HSV(B) | 5.71º | 0.38% | 0.87% | - |
| XYZ | 45.53 | 38.42 | 29.44 | - |
| YUV | 168.81 | 111.18 | 166.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 139 | 0 | 0.34 | 0.38 | 0.13 | 5.71 | 0.57 | 0.71 |
| Hex | DF | 93 | 8B | 0 | 22 | 26 | D | 6 | 39 | 47 |
| Octal | 337 | 223 | 213 | 0 | 42 | 46 | 15 | 6 | 71 | 107 |
| Binary | 11011111 | 10010011 | 10001011 | 0 | 100010 | 100110 | 1101 | 110 | 111001 | 1000111 |
Color Harmonies of #DF938B
Complementary color
Monochromatic Colors of #DF938B
Black with #DF938B
Text Example
Text Example
White with #DF938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF938B; }
p { color: rgb(223,147,139); }
H1.HeaderClassName
{
color: #DF938B;
}
.AnyTagClassName
{
color: #DF938B;
}
</style>
background-color css
<style>
a { background-color: #DF938B; }
a { background-color: rgb(223,147,139); }
div.DivClassName
{
background-color: #DF938B;
}
.BgClassName
{
background-color: #DF938B;
}
</style>
border-color css
<style>
span { border-color: #DF938B; }
span { border-color: rgb(223,147,139); }
td.TdClassName
{
border-color: #DF938B;
}
.TagClassName
{
border-color: #DF938B;
}
</style>