#DE908B

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

Shades of Petite Orchid #DE908B

Tints of Petite Orchid #DE908B

Color information

#DE908B (or 0xDE908B) is unknown color: approx Petite Orchid. HEX triplet: DE, 90 and 8B. RGB value is (222,144,139). Sum of RGB (Red+Green+Blue) = 222+144+139=505 (66% of max value = 765). Red value is 222 (87.11% from 255 or 43.96% from 505); Green value is 144 (56.64% from 255 or 28.51% from 505); Blue value is 139 (54.69% from 255 or 27.52% from 505); Max value from RGB is 222 - color contains mainly: red. Hex color #DE908B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE908B is #216F74. Grayscale: #A6A6A6. Windows color (decimal): -2191221 or 9146590. OLE color: 9146590.

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

Color convert

RGB222144139-
CMYK00.350.370.13
HSL3.61º55.7%70.78%-
HSV(B)3.61º37.39%87.06%-
XYZ44.7637.3429.27-
YUV166.75112.34167.41-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.96%
GREEN value IS 144 (56.64% from 255) = 28.51%
BLUE value IS 139 (54.69% from 255) = 27.52%
R=43.96%
G=28.51%
B=27.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214413900.350.370.133.6155.770.78
HexDE908B02325D43847
Octal3362202130434515470107
Binary110111101001000010001011010001110010111011001110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE908B; }

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

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

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

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

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

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

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

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