Shades of Petite Orchid #DF9D97
Tints of Petite Orchid #DF9D97
RGB
CMYK
RGB Variations
Color information
#DF9D97 (or 0xDF9D97) is known color: Petite Orchid. HEX triplet: DF, 9D and 97. RGB value is (223,157,151). Sum of RGB (Red+Green+Blue) = 223+157+151=531 (70% of max value = 765). Red value is 223 (87.5% from 255 or 42.00% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 151 (59.38% from 255 or 28.44% from 531); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9D97 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9D97 is #206268. Grayscale: #B0B0B0. Windows color (decimal): -2122345 or 9936351. OLE color: 9936351.
HSL color Cylindrical-coordinate representation of color #DF9D97: hue angle of 5º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DF9D97 is Cyan = 0, Magento = 0.30, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 157 | 151 | - |
| CMYK | 0 | 0.30 | 0.32 | 0.13 |
| HSL | 5º | 0.53% | 0.73% | - |
| HSV(B) | 5º | 0.32% | 0.87% | - |
| XYZ | 48.07 | 42.04 | 34.86 | - |
| YUV | 176.05 | 113.87 | 161.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 157 | 151 | 0 | 0.30 | 0.32 | 0.13 | 5 | 0.53 | 0.73 |
| Hex | DF | 9D | 97 | 0 | 1E | 20 | D | 5 | 35 | 49 |
| Octal | 337 | 235 | 227 | 0 | 36 | 40 | 15 | 5 | 65 | 111 |
| Binary | 11011111 | 10011101 | 10010111 | 0 | 11110 | 100000 | 1101 | 101 | 110101 | 1001001 |
Color Harmonies of #DF9D97
Complementary color
Monochromatic Colors of #DF9D97
Black with #DF9D97
Text Example
Text Example
White with #DF9D97
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9D97; }
p { color: rgb(223,157,151); }
H1.HeaderClassName
{
color: #DF9D97;
}
.AnyTagClassName
{
color: #DF9D97;
}
</style>
background-color css
<style>
a { background-color: #DF9D97; }
a { background-color: rgb(223,157,151); }
div.DivClassName
{
background-color: #DF9D97;
}
.BgClassName
{
background-color: #DF9D97;
}
</style>
border-color css
<style>
span { border-color: #DF9D97; }
span { border-color: rgb(223,157,151); }
td.TdClassName
{
border-color: #DF9D97;
}
.TagClassName
{
border-color: #DF9D97;
}
</style>