#DE928B

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

Shades of Petite Orchid #DE928B

Tints of Petite Orchid #DE928B

Color information

#DE928B (or 0xDE928B) is unknown color: approx Petite Orchid. HEX triplet: DE, 92 and 8B. RGB value is (222,146,139). Sum of RGB (Red+Green+Blue) = 222+146+139=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 146 (57.42% from 255 or 28.80% from 507); Blue value is 139 (54.69% from 255 or 27.42% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE928B is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE928B is #216D74. Grayscale: #A8A8A8. Windows color (decimal): -2190709 or 9147102. OLE color: 9147102.

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

Color convert

RGB222146139-
CMYK00.340.370.13
HSL5.06º55.7%70.78%-
HSV(B)5.06º37.39%87.06%-
XYZ45.0637.9529.38-
YUV167.93111.68166.57-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 146 (57.42% from 255) = 28.80%
BLUE value IS 139 (54.69% from 255) = 27.42%
R=43.79%
G=28.80%
B=27.42%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214613900.340.370.135.0655.770.78
HexDE928B02225D53847
Octal3362222130424515570107
Binary110111101001001010001011010001010010111011011110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE928B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE928B; }

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

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

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

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

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

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

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

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