Shades of Petite Orchid #DF938D
Tints of Petite Orchid #DF938D
RGB
CMYK
RGB Variations
Color information
#DF938D (or 0xDF938D) is known color: Petite Orchid. HEX triplet: DF, 93 and 8D. RGB value is (223,147,141). Sum of RGB (Red+Green+Blue) = 223+147+141=511 (67% of max value = 765). Red value is 223 (87.5% from 255 or 43.64% from 511); Green value is 147 (57.81% from 255 or 28.77% from 511); Blue value is 141 (55.47% from 255 or 27.59% from 511); Max value from RGB is 223 - color contains mainly: red. Hex color #DF938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF938D is #206C72. Grayscale: #A9A9A9. Windows color (decimal): -2124915 or 9278431. OLE color: 9278431.
HSL color Cylindrical-coordinate representation of color #DF938D: hue angle of 4.39º 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 #DF938D is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 147 | 141 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.13 |
| HSL | 4.39º | 0.56% | 0.71% | - |
| HSV(B) | 4.39º | 0.37% | 0.87% | - |
| XYZ | 45.67 | 38.48 | 30.22 | - |
| YUV | 169.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 147 | 141 | 0 | 0.34 | 0.37 | 0.13 | 4.39 | 0.56 | 0.71 |
| Hex | DF | 93 | 8D | 0 | 22 | 25 | D | 4 | 38 | 47 |
| Octal | 337 | 223 | 215 | 0 | 42 | 45 | 15 | 4 | 70 | 107 |
| Binary | 11011111 | 10010011 | 10001101 | 0 | 100010 | 100101 | 1101 | 100 | 111000 | 1000111 |
Color Harmonies of #DF938D
Complementary color
Monochromatic Colors of #DF938D
Black with #DF938D
Text Example
Text Example
White with #DF938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF938D; }
p { color: rgb(223,147,141); }
H1.HeaderClassName
{
color: #DF938D;
}
.AnyTagClassName
{
color: #DF938D;
}
</style>
background-color css
<style>
a { background-color: #DF938D; }
a { background-color: rgb(223,147,141); }
div.DivClassName
{
background-color: #DF938D;
}
.BgClassName
{
background-color: #DF938D;
}
</style>
border-color css
<style>
span { border-color: #DF938D; }
span { border-color: rgb(223,147,141); }
td.TdClassName
{
border-color: #DF938D;
}
.TagClassName
{
border-color: #DF938D;
}
</style>