Shades of Petite Orchid #DE938F
Tints of Petite Orchid #DE938F
RGB
CMYK
RGB Variations
Color information
#DE938F (or 0xDE938F) is known color: Petite Orchid. HEX triplet: DE, 93 and 8F. RGB value is (222,147,143). Sum of RGB (Red+Green+Blue) = 222+147+143=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 147 (57.81% from 255 or 28.71% from 512); Blue value is 143 (56.25% from 255 or 27.93% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE938F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE938F is #216C70. Grayscale: #A9A9A9. Windows color (decimal): -2190449 or 9409502. OLE color: 9409502.
HSL color Cylindrical-coordinate representation of color #DE938F: hue angle of 3.04º degrees, saturation: 0.54, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE938F is Cyan = 0, Magento = 0.34, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 147 | 143 | - |
| CMYK | 0 | 0.34 | 0.36 | 0.13 |
| HSL | 3.04º | 0.54% | 0.72% | - |
| HSV(B) | 3.04º | 0.36% | 0.87% | - |
| XYZ | 45.52 | 38.38 | 31 | - |
| YUV | 168.97 | 113.35 | 165.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 147 | 143 | 0 | 0.34 | 0.36 | 0.13 | 3.04 | 0.54 | 0.72 |
| Hex | DE | 93 | 8F | 0 | 22 | 24 | D | 3 | 36 | 48 |
| Octal | 336 | 223 | 217 | 0 | 42 | 44 | 15 | 3 | 66 | 110 |
| Binary | 11011110 | 10010011 | 10001111 | 0 | 100010 | 100100 | 1101 | 11 | 110110 | 1001000 |
Color Harmonies of #DE938F
Complementary color
Monochromatic Colors of #DE938F
Black with #DE938F
Text Example
Text Example
White with #DE938F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE938F; }
p { color: rgb(222,147,143); }
H1.HeaderClassName
{
color: #DE938F;
}
.AnyTagClassName
{
color: #DE938F;
}
</style>
background-color css
<style>
a { background-color: #DE938F; }
a { background-color: rgb(222,147,143); }
div.DivClassName
{
background-color: #DE938F;
}
.BgClassName
{
background-color: #DE938F;
}
</style>
border-color css
<style>
span { border-color: #DE938F; }
span { border-color: rgb(222,147,143); }
td.TdClassName
{
border-color: #DE938F;
}
.TagClassName
{
border-color: #DE938F;
}
</style>