Shades of Petite Orchid #DE8B8A
Tints of Petite Orchid #DE8B8A
RGB
CMYK
RGB Variations
Color information
#DE8B8A (or 0xDE8B8A) is known color: Petite Orchid. HEX triplet: DE, 8B and 8A. RGB value is (222,139,138). Sum of RGB (Red+Green+Blue) = 222+139+138=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 139 (54.69% from 255 or 27.86% from 499); Blue value is 138 (54.30% from 255 or 27.66% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8B8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8B8A is #217475. Grayscale: #A3A3A3. Windows color (decimal): -2192502 or 9079774. OLE color: 9079774.
HSL color Cylindrical-coordinate representation of color #DE8B8A: hue angle of 0.71º degrees, saturation: 0.56, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE8B8A is Cyan = 0, Magento = 0.37, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 139 | 138 | - |
| CMYK | 0 | 0.37 | 0.38 | 0.13 |
| HSL | 0.71º | 0.56% | 0.71% | - |
| HSV(B) | 0.71º | 0.38% | 0.87% | - |
| XYZ | 43.94 | 35.83 | 28.64 | - |
| YUV | 163.7 | 113.5 | 169.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 139 | 138 | 0 | 0.37 | 0.38 | 0.13 | 0.71 | 0.56 | 0.71 |
| Hex | DE | 8B | 8A | 0 | 25 | 26 | D | 1 | 38 | 47 |
| Octal | 336 | 213 | 212 | 0 | 45 | 46 | 15 | 1 | 70 | 107 |
| Binary | 11011110 | 10001011 | 10001010 | 0 | 100101 | 100110 | 1101 | 1 | 111000 | 1000111 |
Color Harmonies of #DE8B8A
Complementary color
Monochromatic Colors of #DE8B8A
Black with #DE8B8A
Text Example
Text Example
White with #DE8B8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8B8A; }
p { color: rgb(222,139,138); }
H1.HeaderClassName
{
color: #DE8B8A;
}
.AnyTagClassName
{
color: #DE8B8A;
}
</style>
background-color css
<style>
a { background-color: #DE8B8A; }
a { background-color: rgb(222,139,138); }
div.DivClassName
{
background-color: #DE8B8A;
}
.BgClassName
{
background-color: #DE8B8A;
}
</style>
border-color css
<style>
span { border-color: #DE8B8A; }
span { border-color: rgb(222,139,138); }
td.TdClassName
{
border-color: #DE8B8A;
}
.TagClassName
{
border-color: #DE8B8A;
}
</style>