Shades of Petite Orchid #DF9B8E
Tints of Petite Orchid #DF9B8E
RGB
CMYK
RGB Variations
Color information
#DF9B8E (or 0xDF9B8E) is known color: Petite Orchid. HEX triplet: DF, 9B and 8E. RGB value is (223,155,142). Sum of RGB (Red+Green+Blue) = 223+155+142=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 155 (60.94% from 255 or 29.81% from 520); Blue value is 142 (55.86% from 255 or 27.31% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9B8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9B8E is #206471. Grayscale: #ADADAD. Windows color (decimal): -2122866 or 9346015. OLE color: 9346015.
HSL color Cylindrical-coordinate representation of color #DF9B8E: hue angle of 9.63º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF9B8E is Cyan = 0, Magento = 0.30, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 223 | 155 | 142 | - |
| CMYK | 0 | 0.30 | 0.36 | 0.13 |
| HSL | 9.63º | 0.56% | 0.72% | - |
| HSV(B) | 9.63º | 0.36% | 0.87% | - |
| XYZ | 47.04 | 41.08 | 31.04 | - |
| YUV | 173.85 | 110.03 | 163.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 223 | 155 | 142 | 0 | 0.30 | 0.36 | 0.13 | 9.63 | 0.56 | 0.72 |
| Hex | DF | 9B | 8E | 0 | 1E | 24 | D | A | 38 | 48 |
| Octal | 337 | 233 | 216 | 0 | 36 | 44 | 15 | 12 | 70 | 110 |
| Binary | 11011111 | 10011011 | 10001110 | 0 | 11110 | 100100 | 1101 | 1010 | 111000 | 1001000 |
Color Harmonies of #DF9B8E
Complementary color
Monochromatic Colors of #DF9B8E
Black with #DF9B8E
Text Example
Text Example
White with #DF9B8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DF9B8E; }
p { color: rgb(223,155,142); }
H1.HeaderClassName
{
color: #DF9B8E;
}
.AnyTagClassName
{
color: #DF9B8E;
}
</style>
background-color css
<style>
a { background-color: #DF9B8E; }
a { background-color: rgb(223,155,142); }
div.DivClassName
{
background-color: #DF9B8E;
}
.BgClassName
{
background-color: #DF9B8E;
}
</style>
border-color css
<style>
span { border-color: #DF9B8E; }
span { border-color: rgb(223,155,142); }
td.TdClassName
{
border-color: #DF9B8E;
}
.TagClassName
{
border-color: #DF9B8E;
}
</style>