Shades of Petite Orchid #DE938D
Tints of Petite Orchid #DE938D
RGB
CMYK
RGB Variations
Color information
#DE938D (or 0xDE938D) is known color: Petite Orchid. HEX triplet: DE, 93 and 8D. RGB value is (222,147,141). Sum of RGB (Red+Green+Blue) = 222+147+141=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 147 (57.81% from 255 or 28.82% from 510); Blue value is 141 (55.47% from 255 or 27.65% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE938D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE938D is #216C72. Grayscale: #A8A8A8. Windows color (decimal): -2190451 or 9278430. OLE color: 9278430.
HSL color Cylindrical-coordinate representation of color #DE938D: hue angle of 4.44º 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 #DE938D is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 141 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.13 |
| HSL | 4.44º | 0.55% | 0.71% | - |
| HSV(B) | 4.44º | 0.36% | 0.87% | - |
| XYZ | 45.37 | 38.32 | 30.2 | - |
| YUV | 168.74 | 112.35 | 165.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 141 | 0 | 0.34 | 0.36 | 0.13 | 4.44 | 0.55 | 0.71 |
| Hex | DE | 93 | 8D | 0 | 22 | 24 | D | 4 | 37 | 47 |
| Octal | 336 | 223 | 215 | 0 | 42 | 44 | 15 | 4 | 67 | 107 |
| Binary | 11011110 | 10010011 | 10001101 | 0 | 100010 | 100100 | 1101 | 100 | 110111 | 1000111 |
Color Harmonies of #DE938D
Complementary color
Monochromatic Colors of #DE938D
Black with #DE938D
Text Example
Text Example
White with #DE938D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE938D; }
p { color: rgb(222,147,141); }
H1.HeaderClassName
{
color: #DE938D;
}
.AnyTagClassName
{
color: #DE938D;
}
</style>
background-color css
<style>
a { background-color: #DE938D; }
a { background-color: rgb(222,147,141); }
div.DivClassName
{
background-color: #DE938D;
}
.BgClassName
{
background-color: #DE938D;
}
</style>
border-color css
<style>
span { border-color: #DE938D; }
span { border-color: rgb(222,147,141); }
td.TdClassName
{
border-color: #DE938D;
}
.TagClassName
{
border-color: #DE938D;
}
</style>