#DD5F80

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

Shades of Dark Pink #DD5F80

Tints of Dark Pink #DD5F80

Color information

#DD5F80 (or 0xDD5F80) is unknown color: approx Dark Pink. HEX triplet: DD, 5F and 80. RGB value is (221,95,128). Sum of RGB (Red+Green+Blue) = 221+95+128=444 (58% of max value = 765). Red value is 221 (86.72% from 255 or 49.77% from 444); Green value is 95 (37.5% from 255 or 21.40% from 444); Blue value is 128 (50.39% from 255 or 28.83% from 444); Max value from RGB is 221 - color contains mainly: red. Hex color #DD5F80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD5F80 is #22A07F. Grayscale: #888888. Windows color (decimal): -2269312 or 8413149. OLE color: 8413149.

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

Color convert

RGB22195128-
CMYK00.570.420.13
HSL344.29º64.95%61.96%-
HSV(B)344.29º57.01%86.67%-
XYZ37.8125.1223.28-
YUV136.44123.24188.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 49.77%
GREEN value IS 95 (37.5% from 255) = 21.40%
BLUE value IS 128 (50.39% from 255) = 28.83%
R=49.77%
G=21.40%
B=28.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2219512800.570.420.13344.2964.9561.96
HexDD5F800392AD158413e
Octal335137200071521553010176
Binary11011101101111110000000011100110101011011010110001000001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD5F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD5F80; }

 p { color: rgb(221,95,128); }

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

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

 a { background-color: rgb(221,95,128); }

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

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

 span { border-color: rgb(221,95,128); }

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