#de5980

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

Shades of Dark Pink #DE5980

Tints of Dark Pink #DE5980

Color information

#DE5980 (or 0xDE5980) is unknown color: approx Dark Pink. HEX triplet: DE, 59 and 80. RGB value is (222,89,128). Sum of RGB (Red+Green+Blue) = 222+89+128=439 (58% of max value = 765). Red value is 222 (87.11% from 255 or 50.57% from 439); Green value is 89 (35.16% from 255 or 20.27% from 439); Blue value is 128 (50.39% from 255 or 29.16% from 439); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5980 is #21A67F. Grayscale: #858585. Windows color (decimal): -2205312 or 8411614. OLE color: 8411614.

HSL color Cylindrical-coordinate representation of color #DE5980: hue angle of 342.41º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #DE5980 is Cyan = 0, Magento = 0.60, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB22289128-
CMYK00.600.420.13
HSL342.41º66.83%60.98%-
HSV(B)342.41º59.91%87.06%-
XYZ37.5924.2323.12-
YUV133.21125.06191.33-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 50.57%
GREEN value IS 89 (35.16% from 255) = 20.27%
BLUE value IS 128 (50.39% from 255) = 29.16%
R=50.57%
G=20.27%
B=29.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228912800.600.420.13342.4166.8360.98
HexDE598003C2AD156433d
Octal336131200074521552610375
Binary11011110101100110000000011110010101011011010101101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #de5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #de5980; }

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

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

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

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

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

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

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

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