#DE9A8B

Color #DE9A8B Petite Orchid (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Petite Orchid #DE9A8B

Tints of Petite Orchid #DE9A8B

Color information

#DE9A8B (or 0xDE9A8B) is unknown color: approx Petite Orchid. HEX triplet: DE, 9A and 8B. RGB value is (222,154,139). Sum of RGB (Red+Green+Blue) = 222+154+139=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 154 (60.55% from 255 or 29.90% from 515); Blue value is 139 (54.69% from 255 or 26.99% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A8B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A8B is #216574. Grayscale: #ACACAC. Windows color (decimal): -2188661 or 9149150. OLE color: 9149150.

HSL color Cylindrical-coordinate representation of color #DE9A8B: hue angle of 10.84º degrees, saturation: 0.56, 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 #DE9A8B is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB222154139-
CMYK00.310.370.13
HSL10.84º55.7%70.78%-
HSV(B)10.84º37.39%87.06%-
XYZ46.3440.529.8-
YUV172.62109.03163.22-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 154 (60.55% from 255) = 29.90%
BLUE value IS 139 (54.69% from 255) = 26.99%
R=43.11%
G=29.90%
B=26.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215413900.310.370.1310.8455.770.78
HexDE9A8B01F25Db3847
Octal33623221303745151370107
Binary110111101001101010001011011111100101110110111110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9A8B; }

 p { color: rgb(222,154,139); }

 H1.HeaderClassName
 {
   color: #DE9A8B;
 }
 .AnyTagClassName
 {
   color: #DE9A8B;
 }
</style>
background-color css

<style>
 a { background-color: #DE9A8B; }

 a { background-color: rgb(222,154,139); }

 div.DivClassName
 {
   background-color: #DE9A8B;
 }
 .BgClassName
 {
   background-color: #DE9A8B;
 }
</style>
border-color css

<style>
 span { border-color: #DE9A8B; }

 span { border-color: rgb(222,154,139); }

 td.TdClassName
 {
   border-color: #DE9A8B;
 }
 .TagClassName
 {
   border-color: #DE9A8B;
 }
</style>