Shades of Petite Orchid #DE938B
Tints of Petite Orchid #DE938B
RGB
CMYK
RGB Variations
Color information
#DE938B (or 0xDE938B) is known color: Petite Orchid. HEX triplet: DE, 93 and 8B. RGB value is (222,147,139). Sum of RGB (Red+Green+Blue) = 222+147+139=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE938B is #216C74. Grayscale: #A8A8A8. Windows color (decimal): -2190453 or 9147358. OLE color: 9147358.
HSL color Cylindrical-coordinate representation of color #DE938B: hue angle of 5.78º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE938B is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 139 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.13 |
| HSL | 5.78º | 0.56% | 0.71% | - |
| HSV(B) | 5.78º | 0.37% | 0.87% | - |
| XYZ | 45.22 | 38.26 | 29.43 | - |
| YUV | 168.51 | 111.35 | 166.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 139 | 0 | 0.34 | 0.37 | 0.13 | 5.78 | 0.56 | 0.71 |
| Hex | DE | 93 | 8B | 0 | 22 | 25 | D | 6 | 38 | 47 |
| Octal | 336 | 223 | 213 | 0 | 42 | 45 | 15 | 6 | 70 | 107 |
| Binary | 11011110 | 10010011 | 10001011 | 0 | 100010 | 100101 | 1101 | 110 | 111000 | 1000111 |
Color Harmonies of #DE938B
Complementary color
Monochromatic Colors of #DE938B
Black with #DE938B
Text Example
Text Example
White with #DE938B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE938B; }
p { color: rgb(222,147,139); }
H1.HeaderClassName
{
color: #DE938B;
}
.AnyTagClassName
{
color: #DE938B;
}
</style>
background-color css
<style>
a { background-color: #DE938B; }
a { background-color: rgb(222,147,139); }
div.DivClassName
{
background-color: #DE938B;
}
.BgClassName
{
background-color: #DE938B;
}
</style>
border-color css
<style>
span { border-color: #DE938B; }
span { border-color: rgb(222,147,139); }
td.TdClassName
{
border-color: #DE938B;
}
.TagClassName
{
border-color: #DE938B;
}
</style>