Shades of Petite Orchid #DF9494
Tints of Petite Orchid #DF9494
RGB
CMYK
RGB Variations
Color information
#DF9494 (or 0xDF9494) is known color: Petite Orchid. HEX triplet: DF, 94 and 94. RGB value is (223,148,148). Sum of RGB (Red+Green+Blue) = 223+148+148=519 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.97% from 519); Green value is 148 (58.20% from 255 or 28.52% from 519); Blue value is 148 (58.20% from 255 or 28.52% from 519); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9494 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9494 is #206B6B. Grayscale: #AAAAAA. Windows color (decimal): -2124652 or 9737439. OLE color: 9737439.
HSL color Cylindrical-coordinate representation of color #DF9494: hue angle of 0º 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 #DF9494 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 148 | 148 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.13 |
| HSL | 0º | 0.54% | 0.73% | - |
| HSV(B) | 0º | 0.34% | 0.87% | - |
| XYZ | 46.37 | 39.01 | 33.1 | - |
| YUV | 170.43 | 115.35 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 148 | 148 | 0 | 0.34 | 0.34 | 0.13 | 0 | 0.54 | 0.73 |
| Hex | DF | 94 | 94 | 0 | 22 | 22 | D | 0 | 36 | 49 |
| Octal | 337 | 224 | 224 | 0 | 42 | 42 | 15 | 0 | 66 | 111 |
| Binary | 11011111 | 10010100 | 10010100 | 0 | 100010 | 100010 | 1101 | 0 | 110110 | 1001001 |
Color Harmonies of #DF9494
Complementary color
Monochromatic Colors of #DF9494
Black with #DF9494
Text Example
Text Example
White with #DF9494
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9494; }
p { color: rgb(223,148,148); }
H1.HeaderClassName
{
color: #DF9494;
}
.AnyTagClassName
{
color: #DF9494;
}
</style>
background-color css
<style>
a { background-color: #DF9494; }
a { background-color: rgb(223,148,148); }
div.DivClassName
{
background-color: #DF9494;
}
.BgClassName
{
background-color: #DF9494;
}
</style>
border-color css
<style>
span { border-color: #DF9494; }
span { border-color: rgb(223,148,148); }
td.TdClassName
{
border-color: #DF9494;
}
.TagClassName
{
border-color: #DF9494;
}
</style>