Shades of Petite Orchid #DE9D98
Tints of Petite Orchid #DE9D98
RGB
CMYK
RGB Variations
Color information
#DE9D98 (or 0xDE9D98) is known color: Petite Orchid. HEX triplet: DE, 9D and 98. RGB value is (222,157,152). Sum of RGB (Red+Green+Blue) = 222+157+152=531 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.81% from 531); Green value is 157 (61.72% from 255 or 29.57% from 531); Blue value is 152 (59.77% from 255 or 28.63% from 531); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D98 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D98 is #216267. Grayscale: #AFAFAF. Windows color (decimal): -2187880 or 10001886. OLE color: 10001886.
HSL color Cylindrical-coordinate representation of color #DE9D98: hue angle of 4.29º degrees, saturation: 0.51, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.32%. Process color model (Four color, CMYK) of #DE9D98 is Cyan = 0, Magento = 0.29, Yellow = 0.32 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 157 | 152 | - |
| CMYK | 0 | 0.29 | 0.32 | 0.13 |
| HSL | 4.29º | 0.51% | 0.73% | - |
| HSV(B) | 4.29º | 0.32% | 0.87% | - |
| XYZ | 47.85 | 41.91 | 35.27 | - |
| YUV | 175.87 | 114.53 | 160.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 157 | 152 | 0 | 0.29 | 0.32 | 0.13 | 4.29 | 0.51 | 0.73 |
| Hex | DE | 9D | 98 | 0 | 1D | 20 | D | 4 | 33 | 49 |
| Octal | 336 | 235 | 230 | 0 | 35 | 40 | 15 | 4 | 63 | 111 |
| Binary | 11011110 | 10011101 | 10011000 | 0 | 11101 | 100000 | 1101 | 100 | 110011 | 1001001 |
Color Harmonies of #DE9D98
Complementary color
Monochromatic Colors of #DE9D98
Black with #DE9D98
Text Example
Text Example
White with #DE9D98
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE9D98; }
p { color: rgb(222,157,152); }
H1.HeaderClassName
{
color: #DE9D98;
}
.AnyTagClassName
{
color: #DE9D98;
}
</style>
background-color css
<style>
a { background-color: #DE9D98; }
a { background-color: rgb(222,157,152); }
div.DivClassName
{
background-color: #DE9D98;
}
.BgClassName
{
background-color: #DE9D98;
}
</style>
border-color css
<style>
span { border-color: #DE9D98; }
span { border-color: rgb(222,157,152); }
td.TdClassName
{
border-color: #DE9D98;
}
.TagClassName
{
border-color: #DE9D98;
}
</style>