#DE9F94

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

Shades of Petite Orchid #DE9F94

Tints of Petite Orchid #DE9F94

Color information

#DE9F94 (or 0xDE9F94) is unknown color: approx Petite Orchid. HEX triplet: DE, 9F and 94. RGB value is (222,159,148). Sum of RGB (Red+Green+Blue) = 222+159+148=529 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.97% from 529); Green value is 159 (62.5% from 255 or 30.06% from 529); Blue value is 148 (58.20% from 255 or 27.98% from 529); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F94 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9F94 is #21606B. Grayscale: #B0B0B0. Windows color (decimal): -2187372 or 9740254. OLE color: 9740254.

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

Color convert

RGB222159148-
CMYK00.280.330.13
HSL8.92º52.86%72.55%-
HSV(B)8.92º33.33%87.06%-
XYZ47.8742.4633.69-
YUV176.58111.87160.39-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.97%
GREEN value IS 159 (62.5% from 255) = 30.06%
BLUE value IS 148 (58.20% from 255) = 27.98%
R=41.97%
G=30.06%
B=27.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.33
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215914800.280.330.138.9252.8672.55
HexDE9F9401C21D93549
Octal33623722403441151165111
Binary110111101001111110010100011100100001110110011101011001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9F94; }

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

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

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

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

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

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

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

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