#DE9493

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

Shades of Petite Orchid #DE9493

Tints of Petite Orchid #DE9493

Color information

#DE9493 (or 0xDE9493) is unknown color: approx Petite Orchid. HEX triplet: DE, 94 and 93. RGB value is (222,148,147). Sum of RGB (Red+Green+Blue) = 222+148+147=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 148 (58.20% from 255 or 28.63% from 517); Blue value is 147 (57.81% from 255 or 28.43% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9493 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9493 is #216B6C. Grayscale: #AAAAAA. Windows color (decimal): -2190189 or 9671902. OLE color: 9671902.

HSL color Cylindrical-coordinate representation of color #DE9493: hue angle of 0.8º degrees, saturation: 0.53, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #DE9493 is Cyan = 0, Magento = 0.33, Yellow = 0.34 and Black (K on CMYK) = 0.13.

Color convert

RGB222148147-
CMYK00.330.340.13
HSL0.8º53.19%72.35%-
HSV(B)0.8º33.78%87.06%-
XYZ45.9838.8232.67-
YUV170.01115.02165.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 148 (58.20% from 255) = 28.63%
BLUE value IS 147 (57.81% from 255) = 28.43%
R=42.94%
G=28.63%
B=28.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214814700.330.340.130.853.1972.35
HexDE949302122D13548
Octal3362242230414215165110
Binary1101111010010100100100110100001100010110111101011001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9493

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9493; }

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

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

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

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

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

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

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

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