Shades of Petite Orchid #DF9E9E
Tints of Petite Orchid #DF9E9E
RGB
CMYK
RGB Variations
Color information
#DF9E9E (or 0xDF9E9E) is known color: Petite Orchid. HEX triplet: DF, 9E and 9E. RGB value is (223,158,158). Sum of RGB (Red+Green+Blue) = 223+158+158=539 (71% of max value = 765). Red value is 223 (87.5% from 255 or 41.37% from 539); Green value is 158 (62.11% from 255 or 29.31% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E9E is #206161. Grayscale: #B1B1B1. Windows color (decimal): -2122082 or 10395359. OLE color: 10395359.
HSL color Cylindrical-coordinate representation of color #DF9E9E: hue angle of 0º degrees, saturation: 0.5, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DF9E9E is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 158 | - |
| CMYK | 0 | 0.29 | 0.29 | 0.13 |
| HSL | 0º | 0.5% | 0.75% | - |
| HSV(B) | 0º | 0.29% | 0.87% | - |
| XYZ | 48.83 | 42.61 | 38 | - |
| YUV | 177.44 | 117.03 | 160.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 158 | 0 | 0.29 | 0.29 | 0.13 | 0 | 0.5 | 0.75 |
| Hex | DF | 9E | 9E | 0 | 1D | 1D | D | 0 | 32 | 4B |
| Octal | 337 | 236 | 236 | 0 | 35 | 35 | 15 | 0 | 62 | 113 |
| Binary | 11011111 | 10011110 | 10011110 | 0 | 11101 | 11101 | 1101 | 0 | 110010 | 1001011 |
Color Harmonies of #DF9E9E
Complementary color
Monochromatic Colors of #DF9E9E
Black with #DF9E9E
Text Example
Text Example
White with #DF9E9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E9E; }
p { color: rgb(223,158,158); }
H1.HeaderClassName
{
color: #DF9E9E;
}
.AnyTagClassName
{
color: #DF9E9E;
}
</style>
background-color css
<style>
a { background-color: #DF9E9E; }
a { background-color: rgb(223,158,158); }
div.DivClassName
{
background-color: #DF9E9E;
}
.BgClassName
{
background-color: #DF9E9E;
}
</style>
border-color css
<style>
span { border-color: #DF9E9E; }
span { border-color: rgb(223,158,158); }
td.TdClassName
{
border-color: #DF9E9E;
}
.TagClassName
{
border-color: #DF9E9E;
}
</style>