#DE9F9E

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

Shades of Petite Orchid #DE9F9E

Tints of Petite Orchid #DE9F9E

Color information

#DE9F9E (or 0xDE9F9E) is unknown color: approx Petite Orchid. HEX triplet: DE, 9F and 9E. RGB value is (222,159,158). Sum of RGB (Red+Green+Blue) = 222+159+158=539 (71% of max value = 765). Red value is 222 (87.11% from 255 or 41.19% from 539); Green value is 159 (62.5% from 255 or 29.50% from 539); Blue value is 158 (62.11% from 255 or 29.31% from 539); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9F9E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9F9E is #216061. Grayscale: #B1B1B1. Windows color (decimal): -2187362 or 10395614. OLE color: 10395614.

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

Color convert

RGB222159158-
CMYK00.280.290.13
HSL0.94º49.23%74.51%-
HSV(B)0.94º28.83%87.06%-
XYZ48.6942.7938.04-
YUV177.72116.87159.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.19%
GREEN value IS 159 (62.5% from 255) = 29.50%
BLUE value IS 158 (62.11% from 255) = 29.31%
R=41.19%
G=29.50%
B=29.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.28
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215915800.280.290.130.9449.2374.51
HexDE9F9E01C1DD1314b
Octal3362372360343515161113
Binary11011110100111111001111001110011101110111100011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9F9E; }

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

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

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

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

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

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

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

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