#DE9384

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

Shades of My Pink #DE9384

Tints of My Pink #DE9384

Color information

#DE9384 (or 0xDE9384) is unknown color: approx My Pink. HEX triplet: DE, 93 and 84. RGB value is (222,147,132). Sum of RGB (Red+Green+Blue) = 222+147+132=501 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.31% from 501); Green value is 147 (57.81% from 255 or 29.34% from 501); Blue value is 132 (51.95% from 255 or 26.35% from 501); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9384 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9384 is #216C7B. Grayscale: #A7A7A7. Windows color (decimal): -2190460 or 8688606. OLE color: 8688606.

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

Color convert

RGB222147132-
CMYK00.340.410.13
HSL10º57.69%69.41%-
HSV(B)10º40.54%87.06%-
XYZ44.7238.0626.82-
YUV167.72107.85166.72-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.31%
GREEN value IS 147 (57.81% from 255) = 29.34%
BLUE value IS 132 (51.95% from 255) = 26.35%
R=44.31%
G=29.34%
B=26.35%

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
Decimal22214713200.340.410.131057.6969.41
HexDE938402229Da3a45
Octal33622320404251151272105
Binary1101111010010011100001000100010101001110110101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9384

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9384; }

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

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

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

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

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

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

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

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