#DE9E9D

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

Shades of Petite Orchid #DE9E9D

Tints of Petite Orchid #DE9E9D

Color information

#DE9E9D (or 0xDE9E9D) is unknown color: approx Petite Orchid. HEX triplet: DE, 9E and 9D. RGB value is (222,158,157). Sum of RGB (Red+Green+Blue) = 222+158+157=537 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.34% from 537); Green value is 158 (62.11% from 255 or 29.42% from 537); Blue value is 157 (61.72% from 255 or 29.24% from 537); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9E9D is #216162. Grayscale: #B1B1B1. Windows color (decimal): -2187619 or 10329822. OLE color: 10329822.

HSL color Cylindrical-coordinate representation of color #DE9E9D: hue angle of 0.92º degrees, saturation: 0.5, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #DE9E9D is Cyan = 0, Magento = 0.29, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB222158157-
CMYK00.290.290.13
HSL0.92º49.62%74.31%-
HSV(B)0.92º29.28%87.06%-
XYZ48.4442.4237.53-
YUV177.02116.7160.08-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.34%
GREEN value IS 158 (62.11% from 255) = 29.42%
BLUE value IS 157 (61.72% from 255) = 29.24%
R=41.34%
G=29.42%
B=29.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215815700.290.290.130.9249.6274.31
HexDE9E9D01D1DD1324a
Octal3362362350353515162112
Binary11011110100111101001110101110111101110111100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9E9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9E9D; }

 p { color: rgb(222,158,157); }

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

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

 a { background-color: rgb(222,158,157); }

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

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

 span { border-color: rgb(222,158,157); }

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