Shades of Petite Orchid #DE918A
Tints of Petite Orchid #DE918A
RGB
CMYK
RGB Variations
Color information
#DE918A (or 0xDE918A) is known color: Petite Orchid. HEX triplet: DE, 91 and 8A. RGB value is (222,145,138). Sum of RGB (Red+Green+Blue) = 222+145+138=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE918A is #216E75. Grayscale: #A7A7A7. Windows color (decimal): -2190966 or 9081310. OLE color: 9081310.
HSL color Cylindrical-coordinate representation of color #DE918A: hue angle of 5º 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 #DE918A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 145 | 138 | - |
| CMYK | 0 | 0.35 | 0.38 | 0.13 |
| HSL | 5º | 0.56% | 0.71% | - |
| HSV(B) | 5º | 0.38% | 0.87% | - |
| XYZ | 44.84 | 37.62 | 28.94 | - |
| YUV | 167.23 | 111.51 | 167.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 145 | 138 | 0 | 0.35 | 0.38 | 0.13 | 5 | 0.56 | 0.71 |
| Hex | DE | 91 | 8A | 0 | 23 | 26 | D | 5 | 38 | 47 |
| Octal | 336 | 221 | 212 | 0 | 43 | 46 | 15 | 5 | 70 | 107 |
| Binary | 11011110 | 10010001 | 10001010 | 0 | 100011 | 100110 | 1101 | 101 | 111000 | 1000111 |
Color Harmonies of #DE918A
Complementary color
Monochromatic Colors of #DE918A
Black with #DE918A
Text Example
Text Example
White with #DE918A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE918A; }
p { color: rgb(222,145,138); }
H1.HeaderClassName
{
color: #DE918A;
}
.AnyTagClassName
{
color: #DE918A;
}
</style>
background-color css
<style>
a { background-color: #DE918A; }
a { background-color: rgb(222,145,138); }
div.DivClassName
{
background-color: #DE918A;
}
.BgClassName
{
background-color: #DE918A;
}
</style>
border-color css
<style>
span { border-color: #DE918A; }
span { border-color: rgb(222,145,138); }
td.TdClassName
{
border-color: #DE918A;
}
.TagClassName
{
border-color: #DE918A;
}
</style>