#DE5580

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

Shades of Dark Pink #DE5580

Tints of Dark Pink #DE5580

Color information

#DE5580 (or 0xDE5580) is unknown color: approx Dark Pink. HEX triplet: DE, 55 and 80. RGB value is (222,85,128). Sum of RGB (Red+Green+Blue) = 222+85+128=435 (57% of max value = 765). Red value is 222 (87.11% from 255 or 51.03% from 435); Green value is 85 (33.59% from 255 or 19.54% from 435); Blue value is 128 (50.39% from 255 or 29.43% from 435); Max value from RGB is 222 - color contains mainly: red. Hex color #DE5580 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DE5580 is #21AA7F. Grayscale: #828282. Windows color (decimal): -2206336 or 8410590. OLE color: 8410590.

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

Color convert

RGB22285128-
CMYK00.620.420.13
HSL341.17º67.49%60.2%-
HSV(B)341.17º61.71%87.06%-
XYZ37.2723.5923.01-
YUV130.86126.39193-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 51.03%
GREEN value IS 85 (33.59% from 255) = 19.54%
BLUE value IS 128 (50.39% from 255) = 29.43%
R=51.03%
G=19.54%
B=29.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.62
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2228512800.620.420.13341.1767.4960.2
HexDE558003E2AD155433c
Octal336125200076521552510374
Binary11011110101010110000000011111010101011011010101011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE5580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE5580; }

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

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

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

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

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

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

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

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