Shades of Petite Orchid #DE9D8E
Tints of Petite Orchid #DE9D8E
RGB
CMYK
RGB Variations
Color information
#DE9D8E (or 0xDE9D8E) is known color: Petite Orchid. HEX triplet: DE, 9D and 8E. RGB value is (222,157,142). Sum of RGB (Red+Green+Blue) = 222+157+142=521 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.61% from 521); Green value is 157 (61.72% from 255 or 30.13% from 521); Blue value is 142 (55.86% from 255 or 27.26% from 521); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D8E is #216271. Grayscale: #AEAEAE. Windows color (decimal): -2187890 or 9346526. OLE color: 9346526.
HSL color Cylindrical-coordinate representation of color #DE9D8E: hue angle of 11.25º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE9D8E is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 142 | - |
| CMYK | 0 | 0.29 | 0.36 | 0.13 |
| HSL | 11.25º | 0.55% | 0.71% | - |
| HSV(B) | 11.25º | 0.36% | 0.87% | - |
| XYZ | 47.06 | 41.6 | 31.14 | - |
| YUV | 174.73 | 109.53 | 161.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 142 | 0 | 0.29 | 0.36 | 0.13 | 11.25 | 0.55 | 0.71 |
| Hex | DE | 9D | 8E | 0 | 1D | 24 | D | B | 37 | 47 |
| Octal | 336 | 235 | 216 | 0 | 35 | 44 | 15 | 13 | 67 | 107 |
| Binary | 11011110 | 10011101 | 10001110 | 0 | 11101 | 100100 | 1101 | 1011 | 110111 | 1000111 |
Color Harmonies of #DE9D8E
Complementary color
Monochromatic Colors of #DE9D8E
Black with #DE9D8E
Text Example
Text Example
White with #DE9D8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9D8E; }
p { color: rgb(222,157,142); }
H1.HeaderClassName
{
color: #DE9D8E;
}
.AnyTagClassName
{
color: #DE9D8E;
}
</style>
background-color css
<style>
a { background-color: #DE9D8E; }
a { background-color: rgb(222,157,142); }
div.DivClassName
{
background-color: #DE9D8E;
}
.BgClassName
{
background-color: #DE9D8E;
}
</style>
border-color css
<style>
span { border-color: #DE9D8E; }
span { border-color: rgb(222,157,142); }
td.TdClassName
{
border-color: #DE9D8E;
}
.TagClassName
{
border-color: #DE9D8E;
}
</style>