Shades of Petite Orchid #DF9F95
Tints of Petite Orchid #DF9F95
RGB
CMYK
RGB Variations
Color information
#DF9F95 (or 0xDF9F95) is known color: Petite Orchid. HEX triplet: DF, 9F and 95. RGB value is (223,159,149). Sum of RGB (Red+Green+Blue) = 223+159+149=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 159 (62.5% from 255 or 29.94% from 531); Blue value is 149 (58.59% from 255 or 28.06% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F95 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F95 is #20606A. Grayscale: #B1B1B1. Windows color (decimal): -2121835 or 9805791. OLE color: 9805791.
HSL color Cylindrical-coordinate representation of color #DF9F95: hue angle of 8.11º degrees, saturation: 0.54, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DF9F95 is Cyan = 0, Magento = 0.29, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 149 | - |
| CMYK | 0 | 0.29 | 0.33 | 0.13 |
| HSL | 8.11º | 0.54% | 0.73% | - |
| HSV(B) | 8.11º | 0.33% | 0.87% | - |
| XYZ | 48.25 | 42.65 | 34.12 | - |
| YUV | 177 | 112.2 | 160.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 149 | 0 | 0.29 | 0.33 | 0.13 | 8.11 | 0.54 | 0.73 |
| Hex | DF | 9F | 95 | 0 | 1D | 21 | D | 8 | 36 | 49 |
| Octal | 337 | 237 | 225 | 0 | 35 | 41 | 15 | 10 | 66 | 111 |
| Binary | 11011111 | 10011111 | 10010101 | 0 | 11101 | 100001 | 1101 | 1000 | 110110 | 1001001 |
Color Harmonies of #DF9F95
Complementary color
Monochromatic Colors of #DF9F95
Black with #DF9F95
Text Example
Text Example
White with #DF9F95
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F95; }
p { color: rgb(223,159,149); }
H1.HeaderClassName
{
color: #DF9F95;
}
.AnyTagClassName
{
color: #DF9F95;
}
</style>
background-color css
<style>
a { background-color: #DF9F95; }
a { background-color: rgb(223,159,149); }
div.DivClassName
{
background-color: #DF9F95;
}
.BgClassName
{
background-color: #DF9F95;
}
</style>
border-color css
<style>
span { border-color: #DF9F95; }
span { border-color: rgb(223,159,149); }
td.TdClassName
{
border-color: #DF9F95;
}
.TagClassName
{
border-color: #DF9F95;
}
</style>