#DE9380

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

Shades of My Pink #DE9380

Tints of My Pink #DE9380

Color information

#DE9380 (or 0xDE9380) is unknown color: approx My Pink. HEX triplet: DE, 93 and 80. RGB value is (222,147,128). Sum of RGB (Red+Green+Blue) = 222+147+128=497 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.67% from 497); Green value is 147 (57.81% from 255 or 29.58% from 497); Blue value is 128 (50.39% from 255 or 25.75% from 497); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9380 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9380 is #216C7F. Grayscale: #A7A7A7. Windows color (decimal): -2190464 or 8426462. OLE color: 8426462.

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

Color convert

RGB222147128-
CMYK00.340.420.13
HSL12.13º58.75%68.63%-
HSV(B)12.13º42.34%87.06%-
XYZ44.4537.9625.41-
YUV167.26105.85167.04-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.67%
GREEN value IS 147 (57.81% from 255) = 29.58%
BLUE value IS 128 (50.39% from 255) = 25.75%
R=44.67%
G=29.58%
B=25.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214712800.340.420.1312.1358.7568.63
HexDE93800222ADc3b45
Octal33622320004252151473105
Binary1101111010010011100000000100010101010110111001110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9380

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9380; }

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

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

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

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

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

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

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

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