#DE9386

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

Shades of Petite Orchid #DE9386

Tints of Petite Orchid #DE9386

Color information

#DE9386 (or 0xDE9386) is unknown color: approx Petite Orchid. HEX triplet: DE, 93 and 86. RGB value is (222,147,134). Sum of RGB (Red+Green+Blue) = 222+147+134=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 147 (57.81% from 255 or 29.22% from 503); Blue value is 134 (52.73% from 255 or 26.64% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9386 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9386 is #216C79. Grayscale: #A8A8A8. Windows color (decimal): -2190458 or 8819678. OLE color: 8819678.

HSL color Cylindrical-coordinate representation of color #DE9386: hue angle of 8.86º degrees, saturation: 0.57, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DE9386 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB222147134-
CMYK00.340.400.13
HSL8.86º57.14%69.8%-
HSV(B)8.86º39.64%87.06%-
XYZ44.8638.1227.55-
YUV167.94108.85166.56-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 147 (57.81% from 255) = 29.22%
BLUE value IS 134 (52.73% from 255) = 26.64%
R=44.14%
G=29.22%
B=26.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214713400.340.400.138.8657.1469.8
HexDE938602228D93946
Octal33622320604250151171106
Binary1101111010010011100001100100010101000110110011110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9386

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9386; }

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

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

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

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

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

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

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

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