#DE9289

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

Shades of Petite Orchid #DE9289

Tints of Petite Orchid #DE9289

Color information

#DE9289 (or 0xDE9289) is unknown color: approx Petite Orchid. HEX triplet: DE, 92 and 89. RGB value is (222,146,137). Sum of RGB (Red+Green+Blue) = 222+146+137=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 146 (57.42% from 255 or 28.91% from 505); Blue value is 137 (53.91% from 255 or 27.13% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9289 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9289 is #216D76. Grayscale: #A7A7A7. Windows color (decimal): -2190711 or 9016030. OLE color: 9016030.

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

Color convert

RGB222146137-
CMYK00.340.380.13
HSL6.35º56.29%70.39%-
HSV(B)6.35º38.29%87.06%-
XYZ44.9237.8928.61-
YUV167.7110.68166.73-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 146 (57.42% from 255) = 28.91%
BLUE value IS 137 (53.91% from 255) = 27.13%
R=43.96%
G=28.91%
B=27.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214613700.340.380.136.3556.2970.39
HexDE928902226D63846
Octal3362222110424615670106
Binary110111101001001010001001010001010011011011101110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9289

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9289; }

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

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

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

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

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

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

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

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