#DE9E9A

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

Shades of Petite Orchid #DE9E9A

Tints of Petite Orchid #DE9E9A

Color information

#DE9E9A (or 0xDE9E9A) is unknown color: approx Petite Orchid. HEX triplet: DE, 9E and 9A. RGB value is (222,158,154). Sum of RGB (Red+Green+Blue) = 222+158+154=534 (70% of max value = 765). Red value is 222 (87.11% from 255 or 41.57% from 534); Green value is 158 (62.11% from 255 or 29.59% from 534); Blue value is 154 (60.55% from 255 or 28.84% from 534); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9E9A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9E9A is #216165. Grayscale: #B0B0B0. Windows color (decimal): -2187622 or 10133214. OLE color: 10133214.

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

Color convert

RGB222158154-
CMYK00.290.310.13
HSL3.53º50.75%73.73%-
HSV(B)3.53º30.63%87.06%-
XYZ48.1842.3236.2-
YUV176.68115.2160.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 41.57%
GREEN value IS 158 (62.11% from 255) = 29.59%
BLUE value IS 154 (60.55% from 255) = 28.84%
R=41.57%
G=29.59%
B=28.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215815400.290.310.133.5350.7573.73
HexDE9E9A01D1FD4334a
Octal3362362320353715463112
Binary1101111010011110100110100111011111111011001100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9E9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9E9A; }

 p { color: rgb(222,158,154); }

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

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

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

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

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

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

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