#DE9190

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

Shades of Petite Orchid #DE9190

Tints of Petite Orchid #DE9190

Color information

#DE9190 (or 0xDE9190) is unknown color: approx Petite Orchid. HEX triplet: DE, 91 and 90. RGB value is (222,145,144). Sum of RGB (Red+Green+Blue) = 222+145+144=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 145 (57.03% from 255 or 28.38% from 511); Blue value is 144 (56.64% from 255 or 28.18% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9190 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9190 is #216E6F. Grayscale: #A7A7A7. Windows color (decimal): -2190960 or 9474526. OLE color: 9474526.

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

Color convert

RGB222145144-
CMYK00.350.350.13
HSL0.77º54.17%71.76%-
HSV(B)0.77º35.14%87.06%-
XYZ45.2837.7931.29-
YUV167.91114.51166.58-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 145 (57.03% from 255) = 28.38%
BLUE value IS 144 (56.64% from 255) = 28.18%
R=43.44%
G=28.38%
B=28.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214514400.350.350.130.7754.1771.76
HexDE919002323D13648
Octal3362212200434315166110
Binary1101111010010001100100000100011100011110111101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9190

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9190; }

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

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

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

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

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

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

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

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