Shades of Petite Orchid #DF9991
Tints of Petite Orchid #DF9991
RGB
CMYK
RGB Variations
Color information
#DF9991 (or 0xDF9991) is known color: Petite Orchid. HEX triplet: DF, 99 and 91. RGB value is (223,153,145). Sum of RGB (Red+Green+Blue) = 223+153+145=521 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.80% from 521); Green value is 153 (60.16% from 255 or 29.37% from 521); Blue value is 145 (57.03% from 255 or 27.83% from 521); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9991 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9991 is #20666E. Grayscale: #ADADAD. Windows color (decimal): -2123375 or 9542111. OLE color: 9542111.
HSL color Cylindrical-coordinate representation of color #DF9991: hue angle of 6.15º 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 #DF9991 is Cyan = 0, Magento = 0.31, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 153 | 145 | - |
| CMYK | 0 | 0.31 | 0.35 | 0.13 |
| HSL | 6.15º | 0.55% | 0.72% | - |
| HSV(B) | 6.15º | 0.35% | 0.87% | - |
| XYZ | 46.93 | 40.51 | 32.13 | - |
| YUV | 173.02 | 112.19 | 163.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 153 | 145 | 0 | 0.31 | 0.35 | 0.13 | 6.15 | 0.55 | 0.72 |
| Hex | DF | 99 | 91 | 0 | 1F | 23 | D | 6 | 37 | 48 |
| Octal | 337 | 231 | 221 | 0 | 37 | 43 | 15 | 6 | 67 | 110 |
| Binary | 11011111 | 10011001 | 10010001 | 0 | 11111 | 100011 | 1101 | 110 | 110111 | 1001000 |
Color Harmonies of #DF9991
Complementary color
Monochromatic Colors of #DF9991
Black with #DF9991
Text Example
Text Example
White with #DF9991
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9991; }
p { color: rgb(223,153,145); }
H1.HeaderClassName
{
color: #DF9991;
}
.AnyTagClassName
{
color: #DF9991;
}
</style>
background-color css
<style>
a { background-color: #DF9991; }
a { background-color: rgb(223,153,145); }
div.DivClassName
{
background-color: #DF9991;
}
.BgClassName
{
background-color: #DF9991;
}
</style>
border-color css
<style>
span { border-color: #DF9991; }
span { border-color: rgb(223,153,145); }
td.TdClassName
{
border-color: #DF9991;
}
.TagClassName
{
border-color: #DF9991;
}
</style>