#DE9592

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

Shades of Petite Orchid #DE9592

Tints of Petite Orchid #DE9592

Color information

#DE9592 (or 0xDE9592) is unknown color: approx Petite Orchid. HEX triplet: DE, 95 and 92. RGB value is (222,149,146). Sum of RGB (Red+Green+Blue) = 222+149+146=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 149 (58.59% from 255 or 28.82% from 517); Blue value is 146 (57.42% from 255 or 28.24% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9592 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9592 is #216A6D. Grayscale: #AAAAAA. Windows color (decimal): -2189934 or 9606622. OLE color: 9606622.

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

Color convert

RGB222149146-
CMYK00.330.340.13
HSL2.37º53.52%72.16%-
HSV(B)2.37º34.23%87.06%-
XYZ46.0639.132.31-
YUV170.48114.18164.74-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 149 (58.59% from 255) = 28.82%
BLUE value IS 146 (57.42% from 255) = 28.24%
R=42.94%
G=28.82%
B=28.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.34
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214914600.330.340.132.3753.5272.16
HexDE959202122D23648
Octal3362252220414215266110
Binary11011110100101011001001001000011000101101101101101001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9592; }

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

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

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

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

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

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

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

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