Shades of Petite Orchid #DEA09B
Tints of Petite Orchid #DEA09B
RGB
CMYK
RGB Variations
Color information
#DEA09B (or 0xDEA09B) is known color: Petite Orchid. HEX triplet: DE, A0 and 9B. RGB value is (222,160,155). Sum of RGB (Red+Green+Blue) = 222+160+155=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 160 (62.89% from 255 or 29.80% from 537); Blue value is 155 (60.94% from 255 or 28.86% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DEA09B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DEA09B is #215F64. Grayscale: #B2B2B2. Windows color (decimal): -2187109 or 10199262. OLE color: 10199262.
HSL color Cylindrical-coordinate representation of color #DEA09B: hue angle of 4.48º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.3%. Process color model (Four color, CMYK) of #DEA09B is Cyan = 0, Magento = 0.28, Yellow = 0.30 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 160 | 155 | - |
| CMYK | 0 | 0.28 | 0.30 | 0.13 |
| HSL | 4.48º | 0.5% | 0.74% | - |
| HSV(B) | 4.48º | 0.3% | 0.87% | - |
| XYZ | 48.61 | 43.04 | 36.76 | - |
| YUV | 177.97 | 115.04 | 159.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 160 | 155 | 0 | 0.28 | 0.30 | 0.13 | 4.48 | 0.5 | 0.74 |
| Hex | DE | A0 | 9B | 0 | 1C | 1E | D | 4 | 32 | 4A |
| Octal | 336 | 240 | 233 | 0 | 34 | 36 | 15 | 4 | 62 | 112 |
| Binary | 11011110 | 10100000 | 10011011 | 0 | 11100 | 11110 | 1101 | 100 | 110010 | 1001010 |
Color Harmonies of #DEA09B
Complementary color
Monochromatic Colors of #DEA09B
Black with #DEA09B
Text Example
Text Example
White with #DEA09B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DEA09B; }
p { color: rgb(222,160,155); }
H1.HeaderClassName
{
color: #DEA09B;
}
.AnyTagClassName
{
color: #DEA09B;
}
</style>
background-color css
<style>
a { background-color: #DEA09B; }
a { background-color: rgb(222,160,155); }
div.DivClassName
{
background-color: #DEA09B;
}
.BgClassName
{
background-color: #DEA09B;
}
</style>
border-color css
<style>
span { border-color: #DEA09B; }
span { border-color: rgb(222,160,155); }
td.TdClassName
{
border-color: #DEA09B;
}
.TagClassName
{
border-color: #DEA09B;
}
</style>