#DE938B

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

Shades of Petite Orchid #DE938B

Tints of Petite Orchid #DE938B

Color information

#DE938B (or 0xDE938B) is unknown color: approx Petite Orchid. HEX triplet: DE, 93 and 8B. RGB value is (222,147,139). Sum of RGB (Red+Green+Blue) = 222+147+139=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 147 (57.81% from 255 or 28.94% from 508); Blue value is 139 (54.69% from 255 or 27.36% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE938B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE938B is #216C74. Grayscale: #A8A8A8. Windows color (decimal): -2190453 or 9147358. OLE color: 9147358.

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

Color convert

RGB222147139-
CMYK00.340.370.13
HSL5.78º55.7%70.78%-
HSV(B)5.78º37.39%87.06%-
XYZ45.2238.2629.43-
YUV168.51111.35166.15-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 147 (57.81% from 255) = 28.94%
BLUE value IS 139 (54.69% from 255) = 27.36%
R=43.70%
G=28.94%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214713900.340.370.135.7855.770.78
HexDE938B02225D63847
Octal3362232130424515670107
Binary110111101001001110001011010001010010111011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE938B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE938B; }

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

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

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

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

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

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

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

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