Shades of Petite Orchid #DF9E91
Tints of Petite Orchid #DF9E91
RGB
CMYK
RGB Variations
Color information
#DF9E91 (or 0xDF9E91) is known color: Petite Orchid. HEX triplet: DF, 9E and 91. RGB value is (223,158,145). Sum of RGB (Red+Green+Blue) = 223+158+145=526 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.40% from 526); Green value is 158 (62.11% from 255 or 30.04% from 526); Blue value is 145 (57.03% from 255 or 27.57% from 526); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E91 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E91 is #20616E. Grayscale: #B0B0B0. Windows color (decimal): -2122095 or 9543391. OLE color: 9543391.
HSL color Cylindrical-coordinate representation of color #DF9E91: hue angle of 10º 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 #DF9E91 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 158 | 145 | - |
| CMYK | 0 | 0.29 | 0.35 | 0.13 |
| HSL | 10º | 0.55% | 0.72% | - |
| HSV(B) | 10º | 0.35% | 0.87% | - |
| XYZ | 47.77 | 42.19 | 32.41 | - |
| YUV | 175.95 | 110.53 | 161.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 158 | 145 | 0 | 0.29 | 0.35 | 0.13 | 10 | 0.55 | 0.72 |
| Hex | DF | 9E | 91 | 0 | 1D | 23 | D | A | 37 | 48 |
| Octal | 337 | 236 | 221 | 0 | 35 | 43 | 15 | 12 | 67 | 110 |
| Binary | 11011111 | 10011110 | 10010001 | 0 | 11101 | 100011 | 1101 | 1010 | 110111 | 1001000 |
Color Harmonies of #DF9E91
Complementary color
Monochromatic Colors of #DF9E91
Black with #DF9E91
Text Example
Text Example
White with #DF9E91
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9E91; }
p { color: rgb(223,158,145); }
H1.HeaderClassName
{
color: #DF9E91;
}
.AnyTagClassName
{
color: #DF9E91;
}
</style>
background-color css
<style>
a { background-color: #DF9E91; }
a { background-color: rgb(223,158,145); }
div.DivClassName
{
background-color: #DF9E91;
}
.BgClassName
{
background-color: #DF9E91;
}
</style>
border-color css
<style>
span { border-color: #DF9E91; }
span { border-color: rgb(223,158,145); }
td.TdClassName
{
border-color: #DF9E91;
}
.TagClassName
{
border-color: #DF9E91;
}
</style>