Shades of Petite Orchid #DE8D8D
Tints of Petite Orchid #DE8D8D
RGB
CMYK
RGB Variations
Color information
#DE8D8D (or 0xDE8D8D) is known color: Petite Orchid. HEX triplet: DE, 8D and 8D. RGB value is (222,141,141). Sum of RGB (Red+Green+Blue) = 222+141+141=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 141 (55.47% from 255 or 27.98% from 504); Blue value is 141 (55.47% from 255 or 27.98% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8D8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8D8D is #217272. Grayscale: #A5A5A5. Windows color (decimal): -2191987 or 9276894. OLE color: 9276894.
HSL color Cylindrical-coordinate representation of color #DE8D8D: hue angle of 0º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DE8D8D is Cyan = 0, Magento = 0.36, Yellow = 0.36 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 141 | 141 | - |
| CMYK | 0 | 0.36 | 0.36 | 0.13 |
| HSL | 0º | 0.55% | 0.71% | - |
| HSV(B) | 0º | 0.36% | 0.87% | - |
| XYZ | 44.46 | 36.5 | 29.9 | - |
| YUV | 165.22 | 114.34 | 168.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 141 | 141 | 0 | 0.36 | 0.36 | 0.13 | 0 | 0.55 | 0.71 |
| Hex | DE | 8D | 8D | 0 | 24 | 24 | D | 0 | 37 | 47 |
| Octal | 336 | 215 | 215 | 0 | 44 | 44 | 15 | 0 | 67 | 107 |
| Binary | 11011110 | 10001101 | 10001101 | 0 | 100100 | 100100 | 1101 | 0 | 110111 | 1000111 |
Color Harmonies of #DE8D8D
Complementary color
Monochromatic Colors of #DE8D8D
Black with #DE8D8D
Text Example
Text Example
White with #DE8D8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE8D8D; }
p { color: rgb(222,141,141); }
H1.HeaderClassName
{
color: #DE8D8D;
}
.AnyTagClassName
{
color: #DE8D8D;
}
</style>
background-color css
<style>
a { background-color: #DE8D8D; }
a { background-color: rgb(222,141,141); }
div.DivClassName
{
background-color: #DE8D8D;
}
.BgClassName
{
background-color: #DE8D8D;
}
</style>
border-color css
<style>
span { border-color: #DE8D8D; }
span { border-color: rgb(222,141,141); }
td.TdClassName
{
border-color: #DE8D8D;
}
.TagClassName
{
border-color: #DE8D8D;
}
</style>