Shades of Petite Orchid #DE928C
Tints of Petite Orchid #DE928C
RGB
CMYK
RGB Variations
Color information
#DE928C (or 0xDE928C) is known color: Petite Orchid. HEX triplet: DE, 92 and 8C. RGB value is (222,146,140). Sum of RGB (Red+Green+Blue) = 222+146+140=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 146 (57.42% from 255 or 28.74% from 508); Blue value is 140 (55.08% from 255 or 27.56% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE928C is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE928C is #216D73. Grayscale: #A8A8A8. Windows color (decimal): -2190708 or 9212638. OLE color: 9212638.
HSL color Cylindrical-coordinate representation of color #DE928C: hue angle of 4.39º degrees, saturation: 0.55, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #DE928C is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 222 | 146 | 140 | - |
| CMYK | 0 | 0.34 | 0.37 | 0.13 |
| HSL | 4.39º | 0.55% | 0.71% | - |
| HSV(B) | 4.39º | 0.37% | 0.87% | - |
| XYZ | 45.14 | 37.98 | 29.76 | - |
| YUV | 168.04 | 112.18 | 166.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 222 | 146 | 140 | 0 | 0.34 | 0.37 | 0.13 | 4.39 | 0.55 | 0.71 |
| Hex | DE | 92 | 8C | 0 | 22 | 25 | D | 4 | 37 | 47 |
| Octal | 336 | 222 | 214 | 0 | 42 | 45 | 15 | 4 | 67 | 107 |
| Binary | 11011110 | 10010010 | 10001100 | 0 | 100010 | 100101 | 1101 | 100 | 110111 | 1000111 |
Color Harmonies of #DE928C
Complementary color
Monochromatic Colors of #DE928C
Black with #DE928C
Text Example
Text Example
White with #DE928C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DE928C; }
p { color: rgb(222,146,140); }
H1.HeaderClassName
{
color: #DE928C;
}
.AnyTagClassName
{
color: #DE928C;
}
</style>
background-color css
<style>
a { background-color: #DE928C; }
a { background-color: rgb(222,146,140); }
div.DivClassName
{
background-color: #DE928C;
}
.BgClassName
{
background-color: #DE928C;
}
</style>
border-color css
<style>
span { border-color: #DE928C; }
span { border-color: rgb(222,146,140); }
td.TdClassName
{
border-color: #DE928C;
}
.TagClassName
{
border-color: #DE928C;
}
</style>