#DE908E

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

Shades of Petite Orchid #DE908E

Tints of Petite Orchid #DE908E

Color information

#DE908E (or 0xDE908E) is unknown color: approx Petite Orchid. HEX triplet: DE, 90 and 8E. RGB value is (222,144,142). Sum of RGB (Red+Green+Blue) = 222+144+142=508 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.70% from 508); Green value is 144 (56.64% from 255 or 28.35% from 508); Blue value is 142 (55.86% from 255 or 27.95% from 508); Max value from RGB is 222 - color contains mainly: red. Hex color #DE908E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE908E is #216F71. Grayscale: #A7A7A7. Windows color (decimal): -2191218 or 9343198. OLE color: 9343198.

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

Color convert

RGB222144142-
CMYK00.350.360.13
HSL1.5º54.79%71.37%-
HSV(B)1.5º36.04%87.06%-
XYZ44.9837.4330.45-
YUV167.09113.84167.16-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.70%
GREEN value IS 144 (56.64% from 255) = 28.35%
BLUE value IS 142 (55.86% from 255) = 27.95%
R=43.70%
G=28.35%
B=27.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214414200.350.360.131.554.7971.37
HexDE908E02324D23747
Octal3362202160434415267107
Binary11011110100100001000111001000111001001101101101111000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE908E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE908E; }

 p { color: rgb(222,144,142); }

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

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

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

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

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

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

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