#DE928A

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

Shades of Petite Orchid #DE928A

Tints of Petite Orchid #DE928A

Color information

#DE928A (or 0xDE928A) is unknown color: approx Petite Orchid. HEX triplet: DE, 92 and 8A. RGB value is (222,146,138). Sum of RGB (Red+Green+Blue) = 222+146+138=506 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.87% from 506); Green value is 146 (57.42% from 255 or 28.85% from 506); Blue value is 138 (54.30% from 255 or 27.27% from 506); Max value from RGB is 222 - color contains mainly: red. Hex color #DE928A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE928A is #216D75. Grayscale: #A7A7A7. Windows color (decimal): -2190710 or 9081566. OLE color: 9081566.

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

Color convert

RGB222146138-
CMYK00.340.380.13
HSL5.71º56%70.59%-
HSV(B)5.71º37.84%87.06%-
XYZ44.9937.9228.99-
YUV167.81111.18166.65-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.87%
GREEN value IS 146 (57.42% from 255) = 28.85%
BLUE value IS 138 (54.30% from 255) = 27.27%
R=43.87%
G=28.85%
B=27.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214613800.340.380.135.715670.59
HexDE928A02226D63847
Octal3362222120424615670107
Binary110111101001001010001010010001010011011011101110001000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE928A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE928A; }

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

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

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

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

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

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

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

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