Shades of Petite Orchid #DE9894
Tints of Petite Orchid #DE9894
RGB
CMYK
RGB Variations
Color information
#DE9894 (or 0xDE9894) is known color: Petite Orchid. HEX triplet: DE, 98 and 94. RGB value is (222,152,148). Sum of RGB (Red+Green+Blue) = 222+152+148=522 (69% of max value = 765). Red value is 222 (87.11% from 255 or 42.53% from 522); Green value is 152 (59.77% from 255 or 29.12% from 522); Blue value is 148 (58.20% from 255 or 28.35% from 522); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9894 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9894 is #21676B. Grayscale: #ACACAC. Windows color (decimal): -2189164 or 9738462. OLE color: 9738462.
HSL color Cylindrical-coordinate representation of color #DE9894: hue angle of 3.24º degrees, saturation: 0.53, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #DE9894 is Cyan = 0, Magento = 0.32, Yellow = 0.33 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 152 | 148 | - |
| CMYK | 0 | 0.32 | 0.33 | 0.13 |
| HSL | 3.24º | 0.53% | 0.73% | - |
| HSV(B) | 3.24º | 0.33% | 0.87% | - |
| XYZ | 46.7 | 40.12 | 33.3 | - |
| YUV | 172.47 | 114.19 | 163.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 152 | 148 | 0 | 0.32 | 0.33 | 0.13 | 3.24 | 0.53 | 0.73 |
| Hex | DE | 98 | 94 | 0 | 20 | 21 | D | 3 | 35 | 49 |
| Octal | 336 | 230 | 224 | 0 | 40 | 41 | 15 | 3 | 65 | 111 |
| Binary | 11011110 | 10011000 | 10010100 | 0 | 100000 | 100001 | 1101 | 11 | 110101 | 1001001 |
Color Harmonies of #DE9894
Complementary color
Monochromatic Colors of #DE9894
Black with #DE9894
Text Example
Text Example
White with #DE9894
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9894; }
p { color: rgb(222,152,148); }
H1.HeaderClassName
{
color: #DE9894;
}
.AnyTagClassName
{
color: #DE9894;
}
</style>
background-color css
<style>
a { background-color: #DE9894; }
a { background-color: rgb(222,152,148); }
div.DivClassName
{
background-color: #DE9894;
}
.BgClassName
{
background-color: #DE9894;
}
</style>
border-color css
<style>
span { border-color: #DE9894; }
span { border-color: rgb(222,152,148); }
td.TdClassName
{
border-color: #DE9894;
}
.TagClassName
{
border-color: #DE9894;
}
</style>