Shades of Petite Orchid #DF9F91
Tints of Petite Orchid #DF9F91
RGB
CMYK
RGB Variations
Color information
#DF9F91 (or 0xDF9F91) is known color: Petite Orchid. HEX triplet: DF, 9F and 91. RGB value is (223,159,145). Sum of RGB (Red+Green+Blue) = 223+159+145=527 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.31% from 527); Green value is 159 (62.5% from 255 or 30.17% from 527); Blue value is 145 (57.03% from 255 or 27.51% from 527); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F91 is #20606E. Grayscale: #B0B0B0. Windows color (decimal): -2121839 or 9543647. OLE color: 9543647.
HSL color Cylindrical-coordinate representation of color #DF9F91: hue angle of 10.77º degrees, saturation: 0.55, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #DF9F91 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 159 | 145 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.13 |
| HSL | 10.77º | 0.55% | 0.72% | - |
| HSV(B) | 10.77º | 0.35% | 0.87% | - |
| XYZ | 47.94 | 42.53 | 32.47 | - |
| YUV | 176.54 | 110.2 | 161.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 159 | 145 | 0 | 0.29 | 0.35 | 0.13 | 10.77 | 0.55 | 0.72 |
| Hex | DF | 9F | 91 | 0 | 1D | 23 | D | B | 37 | 48 |
| Octal | 337 | 237 | 221 | 0 | 35 | 43 | 15 | 13 | 67 | 110 |
| Binary | 11011111 | 10011111 | 10010001 | 0 | 11101 | 100011 | 1101 | 1011 | 110111 | 1001000 |
Color Harmonies of #DF9F91
Complementary color
Monochromatic Colors of #DF9F91
Black with #DF9F91
Text Example
Text Example
White with #DF9F91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9F91; }
p { color: rgb(223,159,145); }
H1.HeaderClassName
{
color: #DF9F91;
}
.AnyTagClassName
{
color: #DF9F91;
}
</style>
background-color css
<style>
a { background-color: #DF9F91; }
a { background-color: rgb(223,159,145); }
div.DivClassName
{
background-color: #DF9F91;
}
.BgClassName
{
background-color: #DF9F91;
}
</style>
border-color css
<style>
span { border-color: #DF9F91; }
span { border-color: rgb(223,159,145); }
td.TdClassName
{
border-color: #DF9F91;
}
.TagClassName
{
border-color: #DF9F91;
}
</style>