#DE8980

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

Shades of My Pink #DE8980

Tints of My Pink #DE8980

Color information

#DE8980 (or 0xDE8980) is unknown color: approx My Pink. HEX triplet: DE, 89 and 80. RGB value is (222,137,128). Sum of RGB (Red+Green+Blue) = 222+137+128=487 (64% of max value = 765). Red value is 222 (87.11% from 255 or 45.59% from 487); Green value is 137 (53.91% from 255 or 28.13% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 222 - color contains mainly: red. Hex color #DE8980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE8980 is #21767F. Grayscale: #A1A1A1. Windows color (decimal): -2193024 or 8423902. OLE color: 8423902.

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

Color convert

RGB222137128-
CMYK00.380.420.13
HSL5.74º58.75%68.63%-
HSV(B)5.74º42.34%87.06%-
XYZ42.9734.9824.91-
YUV161.39109.16171.23-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 45.59%
GREEN value IS 137 (53.91% from 255) = 28.13%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=45.59%
G=28.13%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22213712800.380.420.135.7458.7568.63
HexDE89800262AD63b45
Octal3362112000465215673105
Binary110111101000100110000000010011010101011011101110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE8980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE8980; }

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

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

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

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

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

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

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

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