#DF5980

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

Shades of Dark Pink #DF5980

Tints of Dark Pink #DF5980

Color information

#DF5980 (or 0xDF5980) is unknown color: approx Dark Pink. HEX triplet: DF, 59 and 80. RGB value is (223,89,128). Sum of RGB (Red+Green+Blue) = 223+89+128=440 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.68% from 440); Green value is 89 (35.16% from 255 or 20.23% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 223 - color contains mainly: red. Hex color #DF5980 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF5980 is #20A67F. Grayscale: #858585. Windows color (decimal): -2139776 or 8411615. OLE color: 8411615.

HSL color Cylindrical-coordinate representation of color #DF5980: hue angle of 342.54º degrees, saturation: 0.68, 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 #DF5980 is Cyan = 0, Magento = 0.60, Yellow = 0.43 and Black (K on CMYK) = 0.13.

Color convert

RGB22389128-
CMYK00.600.430.13
HSL342.54º67.68%61.18%-
HSV(B)342.54º60.09%87.45%-
XYZ37.924.3923.13-
YUV133.51124.89191.83-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.68%
GREEN value IS 89 (35.16% from 255) = 20.23%
BLUE value IS 128 (50.39% from 255) = 29.09%
R=50.68%
G=20.23%
B=29.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238912800.600.430.13342.5467.6861.18
HexDF598003C2BD157443d
Octal337131200074531552710475
Binary11011111101100110000000011110010101111011010101111000100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF5980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF5980; }

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

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

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

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

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

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

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

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