#DE9089

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

Shades of Petite Orchid #DE9089

Tints of Petite Orchid #DE9089

Color information

#DE9089 (or 0xDE9089) is unknown color: approx Petite Orchid. HEX triplet: DE, 90 and 89. RGB value is (222,144,137). Sum of RGB (Red+Green+Blue) = 222+144+137=503 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.14% from 503); Green value is 144 (56.64% from 255 or 28.63% from 503); Blue value is 137 (53.91% from 255 or 27.24% from 503); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9089 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9089 is #216F76. Grayscale: #A6A6A6. Windows color (decimal): -2191223 or 9015518. OLE color: 9015518.

HSL color Cylindrical-coordinate representation of color #DE9089: hue angle of 4.94º degrees, saturation: 0.56, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DE9089 is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222144137-
CMYK00.350.380.13
HSL4.94º56.29%70.39%-
HSV(B)4.94º38.29%87.06%-
XYZ44.6137.2828.51-
YUV166.52111.34167.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.14%
GREEN value IS 144 (56.64% from 255) = 28.63%
BLUE value IS 137 (53.91% from 255) = 27.24%
R=44.14%
G=28.63%
B=27.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214413700.350.380.134.9456.2970.39
HexDE908902326D53846
Octal3362202110434615570106
Binary110111101001000010001001010001110011011011011110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9089

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9089; }

 p { color: rgb(222,144,137); }

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

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

 a { background-color: rgb(222,144,137); }

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

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

 span { border-color: rgb(222,144,137); }

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