#DE9392

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

Shades of Petite Orchid #DE9392

Tints of Petite Orchid #DE9392

Color information

#DE9392 (or 0xDE9392) is unknown color: approx Petite Orchid. HEX triplet: DE, 93 and 92. RGB value is (222,147,146). Sum of RGB (Red+Green+Blue) = 222+147+146=515 (68% of max value = 765). Red value is 222 (87.11% from 255 or 43.11% from 515); Green value is 147 (57.81% from 255 or 28.54% from 515); Blue value is 146 (57.42% from 255 or 28.35% from 515); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9392 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9392 is #216C6D. Grayscale: #A9A9A9. Windows color (decimal): -2190446 or 9606110. OLE color: 9606110.

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

Color convert

RGB222147146-
CMYK00.340.340.13
HSL0.79º53.52%72.16%-
HSV(B)0.79º34.23%87.06%-
XYZ45.7538.4732.21-
YUV169.31114.85165.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.11%
GREEN value IS 147 (57.81% from 255) = 28.54%
BLUE value IS 146 (57.42% from 255) = 28.35%
R=43.11%
G=28.54%
B=28.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214714600.340.340.130.7953.5272.16
HexDE939202222D13648
Octal3362232220424215166110
Binary1101111010010011100100100100010100010110111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9392

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9392; }

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

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

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

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

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

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

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

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