Shades of Petite Orchid #DE9892
Tints of Petite Orchid #DE9892
RGB
CMYK
RGB Variations
Color information
#DE9892 (or 0xDE9892) is known color: Petite Orchid. HEX triplet: DE, 98 and 92. RGB value is (222,152,146). Sum of RGB (Red+Green+Blue) = 222+152+146=520 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.69% from 520); Green value is 152 (59.77% from 255 or 29.23% from 520); Blue value is 146 (57.42% from 255 or 28.08% from 520); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9892 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9892 is #21676D. Grayscale: #ACACAC. Windows color (decimal): -2189166 or 9607390. OLE color: 9607390.
HSL color Cylindrical-coordinate representation of color #DE9892: hue angle of 4.74º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9892 is Cyan = 0, Magento = 0.32, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 146 | - |
| CMYK | 0 | 0.32 | 0.34 | 0.13 |
| HSL | 4.74º | 0.54% | 0.72% | - |
| HSV(B) | 4.74º | 0.34% | 0.87% | - |
| XYZ | 46.54 | 40.06 | 32.47 | - |
| YUV | 172.25 | 113.19 | 163.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 146 | 0 | 0.32 | 0.34 | 0.13 | 4.74 | 0.54 | 0.72 |
| Hex | DE | 98 | 92 | 0 | 20 | 22 | D | 5 | 36 | 48 |
| Octal | 336 | 230 | 222 | 0 | 40 | 42 | 15 | 5 | 66 | 110 |
| Binary | 11011110 | 10011000 | 10010010 | 0 | 100000 | 100010 | 1101 | 101 | 110110 | 1001000 |
Color Harmonies of #DE9892
Complementary color
Monochromatic Colors of #DE9892
Black with #DE9892
Text Example
Text Example
White with #DE9892
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9892; }
p { color: rgb(222,152,146); }
H1.HeaderClassName
{
color: #DE9892;
}
.AnyTagClassName
{
color: #DE9892;
}
</style>
background-color css
<style>
a { background-color: #DE9892; }
a { background-color: rgb(222,152,146); }
div.DivClassName
{
background-color: #DE9892;
}
.BgClassName
{
background-color: #DE9892;
}
</style>
border-color css
<style>
span { border-color: #DE9892; }
span { border-color: rgb(222,152,146); }
td.TdClassName
{
border-color: #DE9892;
}
.TagClassName
{
border-color: #DE9892;
}
</style>