#DE9D9D

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

Shades of Petite Orchid #DE9D9D

Tints of Petite Orchid #DE9D9D

Color information

#DE9D9D (or 0xDE9D9D) is unknown color: approx Petite Orchid. HEX triplet: DE, 9D and 9D. RGB value is (222,157,157). Sum of RGB (Red+Green+Blue) = 222+157+157=536 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.42% from 536); Green value is 157 (61.72% from 255 or 29.29% from 536); Blue value is 157 (61.72% from 255 or 29.29% from 536); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D9D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D9D is #216262. Grayscale: #B0B0B0. Windows color (decimal): -2187875 or 10329566. OLE color: 10329566.

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

Color convert

RGB222157157-
CMYK00.290.290.13
HSL49.62%74.31%-
HSV(B)29.28%87.06%-
XYZ48.2742.0837.48-
YUV176.43117.03160.5-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.42%
GREEN value IS 157 (61.72% from 255) = 29.29%
BLUE value IS 157 (61.72% from 255) = 29.29%
R=41.42%
G=29.29%
B=29.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215715700.290.290.13049.6274.31
HexDE9D9D01D1DD0324a
Octal3362352350353515062112
Binary11011110100111011001110101110111101110101100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D9D; }

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

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

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

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

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

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

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

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