#DE9080

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

Shades of My Pink #DE9080

Tints of My Pink #DE9080

Color information

#DE9080 (or 0xDE9080) is unknown color: approx My Pink. HEX triplet: DE, 90 and 80. RGB value is (222,144,128). Sum of RGB (Red+Green+Blue) = 222+144+128=494 (65% of max value = 765). Red value is 222 (87.11% from 255 or 44.94% from 494); Green value is 144 (56.64% from 255 or 29.15% from 494); Blue value is 128 (50.39% from 255 or 25.91% from 494); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9080 is #216F7F. Grayscale: #A5A5A5. Windows color (decimal): -2191232 or 8425694. OLE color: 8425694.

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

Color convert

RGB222144128-
CMYK00.350.420.13
HSL10.21º58.75%68.63%-
HSV(B)10.21º42.34%87.06%-
XYZ43.9937.0325.25-
YUV165.5106.84168.3-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.94%
GREEN value IS 144 (56.64% from 255) = 29.15%
BLUE value IS 128 (50.39% from 255) = 25.91%
R=44.94%
G=29.15%
B=25.91%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22214412800.350.420.1310.2158.7568.63
HexDE90800232ADa3b45
Octal33622020004352151273105
Binary1101111010010000100000000100011101010110110101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9080; }

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

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

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

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

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

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

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

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