#DE918A

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

Shades of Petite Orchid #DE918A

Tints of Petite Orchid #DE918A

Color information

#DE918A (or 0xDE918A) is unknown color: approx Petite Orchid. HEX triplet: DE, 91 and 8A. RGB value is (222,145,138). Sum of RGB (Red+Green+Blue) = 222+145+138=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 145 (57.03% from 255 or 28.71% from 505); Blue value is 138 (54.30% from 255 or 27.33% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE918A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE918A is #216E75. Grayscale: #A7A7A7. Windows color (decimal): -2190966 or 9081310. OLE color: 9081310.

HSL color Cylindrical-coordinate representation of color #DE918A: hue angle of 5º 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 #DE918A is Cyan = 0, Magento = 0.35, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB222145138-
CMYK00.350.380.13
HSL56%70.59%-
HSV(B)37.84%87.06%-
XYZ44.8437.6228.94-
YUV167.22111.51167.07-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 145 (57.03% from 255) = 28.71%
BLUE value IS 138 (54.30% from 255) = 27.33%
R=43.96%
G=28.71%
B=27.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214513800.350.380.1355670.59
HexDE918A02326D53847
Octal3362212120434615570107
Binary110111101001000110001010010001110011011011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE918A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE918A; }

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

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

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

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

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

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

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

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