Shades of Petite Orchid #DF9E94
Tints of Petite Orchid #DF9E94
RGB
CMYK
RGB Variations
Color information
#DF9E94 (or 0xDF9E94) is known color: Petite Orchid. HEX triplet: DF, 9E and 94. RGB value is (223,158,148). Sum of RGB (Red+Green+Blue) = 223+158+148=529 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.16% from 529); Green value is 158 (62.11% from 255 or 29.87% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E94 is #20616B. Grayscale: #B0B0B0. Windows color (decimal): -2122092 or 9739999. OLE color: 9739999.
HSL color Cylindrical-coordinate representation of color #DF9E94: hue angle of 8º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DF9E94 is Cyan = 0, Magento = 0.29, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 148 | - |
| CMYK | 0 | 0.29 | 0.34 | 0.13 |
| HSL | 8º | 0.54% | 0.73% | - |
| HSV(B) | 8º | 0.34% | 0.87% | - |
| XYZ | 48 | 42.28 | 33.65 | - |
| YUV | 176.3 | 112.03 | 161.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 148 | 0 | 0.29 | 0.34 | 0.13 | 8 | 0.54 | 0.73 |
| Hex | DF | 9E | 94 | 0 | 1D | 22 | D | 8 | 36 | 49 |
| Octal | 337 | 236 | 224 | 0 | 35 | 42 | 15 | 10 | 66 | 111 |
| Binary | 11011111 | 10011110 | 10010100 | 0 | 11101 | 100010 | 1101 | 1000 | 110110 | 1001001 |
Color Harmonies of #DF9E94
Complementary color
Monochromatic Colors of #DF9E94
Black with #DF9E94
Text Example
Text Example
White with #DF9E94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E94; }
p { color: rgb(223,158,148); }
H1.HeaderClassName
{
color: #DF9E94;
}
.AnyTagClassName
{
color: #DF9E94;
}
</style>
background-color css
<style>
a { background-color: #DF9E94; }
a { background-color: rgb(223,158,148); }
div.DivClassName
{
background-color: #DF9E94;
}
.BgClassName
{
background-color: #DF9E94;
}
</style>
border-color css
<style>
span { border-color: #DF9E94; }
span { border-color: rgb(223,158,148); }
td.TdClassName
{
border-color: #DF9E94;
}
.TagClassName
{
border-color: #DF9E94;
}
</style>