Shades of Petite Orchid #DEA09F
Tints of Petite Orchid #DEA09F
RGB
CMYK
RGB Variations
Color information
#DEA09F (or 0xDEA09F) is known color: Petite Orchid. HEX triplet: DE, A0 and 9F. RGB value is (222,160,159). Sum of RGB (Red+Green+Blue) = 222+160+159=541 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.04% from 541); Green value is 160 (62.89% from 255 or 29.57% from 541); Blue value is 159 (62.5% from 255 or 29.39% from 541); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09F is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09F is #215F60. Grayscale: #B2B2B2. Windows color (decimal): -2187105 or 10461406. OLE color: 10461406.
HSL color Cylindrical-coordinate representation of color #DEA09F: hue angle of 0.95º degrees, saturation: 0.49, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.28%. Process color model (Four color, CMYK) of #DEA09F is Cyan = 0, Magento = 0.28, Yellow = 0.28 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 160 | 159 | - |
| CMYK | 0 | 0.28 | 0.28 | 0.13 |
| HSL | 0.95º | 0.49% | 0.75% | - |
| HSV(B) | 0.95º | 0.28% | 0.87% | - |
| XYZ | 48.95 | 43.17 | 38.55 | - |
| YUV | 178.42 | 117.04 | 159.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 159 | 0 | 0.28 | 0.28 | 0.13 | 0.95 | 0.49 | 0.75 |
| Hex | DE | A0 | 9F | 0 | 1C | 1C | D | 1 | 31 | 4B |
| Octal | 336 | 240 | 237 | 0 | 34 | 34 | 15 | 1 | 61 | 113 |
| Binary | 11011110 | 10100000 | 10011111 | 0 | 11100 | 11100 | 1101 | 1 | 110001 | 1001011 |
Color Harmonies of #DEA09F
Complementary color
Monochromatic Colors of #DEA09F
Black with #DEA09F
Text Example
Text Example
White with #DEA09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA09F; }
p { color: rgb(222,160,159); }
H1.HeaderClassName
{
color: #DEA09F;
}
.AnyTagClassName
{
color: #DEA09F;
}
</style>
background-color css
<style>
a { background-color: #DEA09F; }
a { background-color: rgb(222,160,159); }
div.DivClassName
{
background-color: #DEA09F;
}
.BgClassName
{
background-color: #DEA09F;
}
</style>
border-color css
<style>
span { border-color: #DEA09F; }
span { border-color: rgb(222,160,159); }
td.TdClassName
{
border-color: #DEA09F;
}
.TagClassName
{
border-color: #DEA09F;
}
</style>