#DE988A

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

Shades of Petite Orchid #DE988A

Tints of Petite Orchid #DE988A

Color information

#DE988A (or 0xDE988A) is unknown color: approx Petite Orchid. HEX triplet: DE, 98 and 8A. RGB value is (222,152,138). Sum of RGB (Red+Green+Blue) = 222+152+138=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 152 (59.77% from 255 or 29.69% from 512); Blue value is 138 (54.30% from 255 or 26.95% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE988A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE988A is #216775. Grayscale: #ABABAB. Windows color (decimal): -2189174 or 9083102. OLE color: 9083102.

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

Color convert

RGB222152138-
CMYK00.320.380.13
HSL10º56%70.59%-
HSV(B)10º37.84%87.06%-
XYZ45.9439.8229.31-
YUV171.33109.19164.14-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 152 (59.77% from 255) = 29.69%
BLUE value IS 138 (54.30% from 255) = 26.95%
R=43.36%
G=29.69%
B=26.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215213800.320.380.13105670.59
HexDE988A02026Da3847
Octal33623021204046151270107
Binary1101111010011000100010100100000100110110110101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE988A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE988A; }

 p { color: rgb(222,152,138); }

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

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

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

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

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

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

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