Shades of Petite Orchid #DF9E99
Tints of Petite Orchid #DF9E99
RGB
CMYK
RGB Variations
Color information
#DF9E99 (or 0xDF9E99) is known color: Petite Orchid. HEX triplet: DF, 9E and 99. RGB value is (223,158,153). Sum of RGB (Red+Green+Blue) = 223+158+153=534 (70% of max value = 765). Red value is 223 (87.5% from 255 or 41.76% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 153 (60.16% from 255 or 28.65% from 534); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E99 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E99 is #206166. Grayscale: #B0B0B0. Windows color (decimal): -2122087 or 10067679. OLE color: 10067679.
HSL color Cylindrical-coordinate representation of color #DF9E99: hue angle of 4.29º degrees, saturation: 0.52, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #DF9E99 is Cyan = 0, Magento = 0.29, Yellow = 0.31 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 153 | - |
| CMYK | 0 | 0.29 | 0.31 | 0.13 |
| HSL | 4.29º | 0.52% | 0.74% | - |
| HSV(B) | 4.29º | 0.31% | 0.87% | - |
| XYZ | 48.41 | 42.44 | 35.78 | - |
| YUV | 176.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 153 | 0 | 0.29 | 0.31 | 0.13 | 4.29 | 0.52 | 0.74 |
| Hex | DF | 9E | 99 | 0 | 1D | 1F | D | 4 | 34 | 4A |
| Octal | 337 | 236 | 231 | 0 | 35 | 37 | 15 | 4 | 64 | 112 |
| Binary | 11011111 | 10011110 | 10011001 | 0 | 11101 | 11111 | 1101 | 100 | 110100 | 1001010 |
Color Harmonies of #DF9E99
Complementary color
Monochromatic Colors of #DF9E99
Black with #DF9E99
Text Example
Text Example
White with #DF9E99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E99; }
p { color: rgb(223,158,153); }
H1.HeaderClassName
{
color: #DF9E99;
}
.AnyTagClassName
{
color: #DF9E99;
}
</style>
background-color css
<style>
a { background-color: #DF9E99; }
a { background-color: rgb(223,158,153); }
div.DivClassName
{
background-color: #DF9E99;
}
.BgClassName
{
background-color: #DF9E99;
}
</style>
border-color css
<style>
span { border-color: #DF9E99; }
span { border-color: rgb(223,158,153); }
td.TdClassName
{
border-color: #DF9E99;
}
.TagClassName
{
border-color: #DF9E99;
}
</style>