Shades of Petite Orchid #DE9392
Tints of Petite Orchid #DE9392
RGB
CMYK
RGB Variations
Color information
#DE9392 (or 0xDE9392) is known color: Petite Orchid. HEX triplet: DE, 93 and 92. RGB value is (222,147,146). Sum of RGB (Red+Green+Blue) = 222+147+146=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9392 is #216C6D. Grayscale: #A9A9A9. Windows color (decimal): -2190446 or 9606110. OLE color: 9606110.
HSL color Cylindrical-coordinate representation of color #DE9392: hue angle of 0.79º 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 #DE9392 is Cyan = 0, Magento = 0.34, Yellow = 0.34 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 146 | - |
| CMYK | 0 | 0.34 | 0.34 | 0.13 |
| HSL | 0.79º | 0.54% | 0.72% | - |
| HSV(B) | 0.79º | 0.34% | 0.87% | - |
| XYZ | 45.75 | 38.47 | 32.21 | - |
| YUV | 169.31 | 114.85 | 165.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 146 | 0 | 0.34 | 0.34 | 0.13 | 0.79 | 0.54 | 0.72 |
| Hex | DE | 93 | 92 | 0 | 22 | 22 | D | 1 | 36 | 48 |
| Octal | 336 | 223 | 222 | 0 | 42 | 42 | 15 | 1 | 66 | 110 |
| Binary | 11011110 | 10010011 | 10010010 | 0 | 100010 | 100010 | 1101 | 1 | 110110 | 1001000 |
Color Harmonies of #DE9392
Complementary color
Monochromatic Colors of #DE9392
Black with #DE9392
Text Example
Text Example
White with #DE9392
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9392; }
p { color: rgb(222,147,146); }
H1.HeaderClassName
{
color: #DE9392;
}
.AnyTagClassName
{
color: #DE9392;
}
</style>
background-color css
<style>
a { background-color: #DE9392; }
a { background-color: rgb(222,147,146); }
div.DivClassName
{
background-color: #DE9392;
}
.BgClassName
{
background-color: #DE9392;
}
</style>
border-color css
<style>
span { border-color: #DE9392; }
span { border-color: rgb(222,147,146); }
td.TdClassName
{
border-color: #DE9392;
}
.TagClassName
{
border-color: #DE9392;
}
</style>