#DE9090

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

Shades of Petite Orchid #DE9090

Tints of Petite Orchid #DE9090

Color information

#DE9090 (or 0xDE9090) is unknown color: approx Petite Orchid. HEX triplet: DE, 90 and 90. RGB value is (222,144,144). Sum of RGB (Red+Green+Blue) = 222+144+144=510 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.53% from 510); Green value is 144 (56.64% from 255 or 28.24% from 510); Blue value is 144 (56.64% from 255 or 28.24% from 510); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9090 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9090 is #216F6F. Grayscale: #A7A7A7. Windows color (decimal): -2191216 or 9474270. OLE color: 9474270.

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

Color convert

RGB222144144-
CMYK00.350.350.13
HSL54.17%71.76%-
HSV(B)35.14%87.06%-
XYZ45.1337.4931.24-
YUV167.32114.84167-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.53%
GREEN value IS 144 (56.64% from 255) = 28.24%
BLUE value IS 144 (56.64% from 255) = 28.24%
R=43.53%
G=28.24%
B=28.24%

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
Decimal22214414400.350.350.13054.1771.76
HexDE909002323D03648
Octal3362202200434315066110
Binary1101111010010000100100000100011100011110101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9090; }

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

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

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

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

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

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

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

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