#DE9382

Color #DE9382 My Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of My Pink #DE9382

Tints of My Pink #DE9382

Color information

#DE9382 (or 0xDE9382) is unknown color: approx My Pink. HEX triplet: DE, 93 and 82. RGB value is (222,147,130). Sum of RGB (Red+Green+Blue) = 222+147+130=499 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.49% from 499); Green value is 147 (57.81% from 255 or 29.46% from 499); Blue value is 130 (51.17% from 255 or 26.05% from 499); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9382 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9382 is #216C7D. Grayscale: #A7A7A7. Windows color (decimal): -2190462 or 8557534. OLE color: 8557534.

HSL color Cylindrical-coordinate representation of color #DE9382: hue angle of 11.09º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DE9382 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB222147130-
CMYK00.340.410.13
HSL11.09º58.23%69.02%-
HSV(B)11.09º41.44%87.06%-
XYZ44.5938.0126.11-
YUV167.49106.85166.88-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.49%
GREEN value IS 147 (57.81% from 255) = 29.46%
BLUE value IS 130 (51.17% from 255) = 26.05%
R=44.49%
G=29.46%
B=26.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214713000.340.410.1311.0958.2369.02
HexDE938202229Db3a45
Octal33622320204251151372105
Binary1101111010010011100000100100010101001110110111110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9382

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9382; }

 p { color: rgb(222,147,130); }

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

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

 a { background-color: rgb(222,147,130); }

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

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

 span { border-color: rgb(222,147,130); }

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