#DE9A8D

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

Shades of Petite Orchid #DE9A8D

Tints of Petite Orchid #DE9A8D

Color information

#DE9A8D (or 0xDE9A8D) is unknown color: approx Petite Orchid. HEX triplet: DE, 9A and 8D. RGB value is (222,154,141). Sum of RGB (Red+Green+Blue) = 222+154+141=517 (68% of max value = 765). Red value is 222 (87.11% from 255 or 42.94% from 517); Green value is 154 (60.55% from 255 or 29.79% from 517); Blue value is 141 (55.47% from 255 or 27.27% from 517); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9A8D is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9A8D is #216572. Grayscale: #ACACAC. Windows color (decimal): -2188659 or 9280222. OLE color: 9280222.

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

Color convert

RGB222154141-
CMYK00.310.360.13
HSL9.63º55.1%71.18%-
HSV(B)9.63º36.49%87.06%-
XYZ46.4940.5630.58-
YUV172.85110.03163.06-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 42.94%
GREEN value IS 154 (60.55% from 255) = 29.79%
BLUE value IS 141 (55.47% from 255) = 27.27%
R=42.94%
G=29.79%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215414100.310.360.139.6355.171.18
HexDE9A8D01F24Da3747
Octal33623221503744151267107
Binary110111101001101010001101011111100100110110101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9A8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9A8D; }

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

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

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

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

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

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

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

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