#DE9586

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

Shades of Petite Orchid #DE9586

Tints of Petite Orchid #DE9586

Color information

#DE9586 (or 0xDE9586) is unknown color: approx Petite Orchid. HEX triplet: DE, 95 and 86. RGB value is (222,149,134). Sum of RGB (Red+Green+Blue) = 222+149+134=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 134 (52.73% from 255 or 26.53% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9586 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9586 is #216A79. Grayscale: #A9A9A9. Windows color (decimal): -2189946 or 8820190. OLE color: 8820190.

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

Color convert

RGB222149134-
CMYK00.330.400.13
HSL10.23º57.14%69.8%-
HSV(B)10.23º39.64%87.06%-
XYZ45.1738.7527.65-
YUV169.12108.18165.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 134 (52.73% from 255) = 26.53%
R=43.96%
G=29.50%
B=26.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214913400.330.400.1310.2357.1469.8
HexDE958602128Da3946
Octal33622520604150151271106
Binary1101111010010101100001100100001101000110110101110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9586

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9586; }

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

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

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

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

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

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

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

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