#DC5689

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

Shades of Dark Pink #DC5689

Tints of Dark Pink #DC5689

Color information

#DC5689 (or 0xDC5689) is unknown color: approx Dark Pink. HEX triplet: DC, 56 and 89. RGB value is (220,86,137). Sum of RGB (Red+Green+Blue) = 220+86+137=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 86 (33.98% from 255 or 19.41% from 443); Blue value is 137 (53.91% from 255 or 30.93% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5689 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5689 is #23A976. Grayscale: #838383. Windows color (decimal): -2337143 or 9000668. OLE color: 9000668.

HSL color Cylindrical-coordinate representation of color #DC5689: hue angle of 337.16º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #DC5689 is Cyan = 0, Magento = 0.61, Yellow = 0.38 and Black (K on CMYK) = 0.14.

Color convert

RGB22086137-
CMYK00.610.380.14
HSL337.16º65.69%60%-
HSV(B)337.16º60.91%86.27%-
XYZ37.3623.6826.27-
YUV131.88130.89190.85-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.66%
GREEN value IS 86 (33.98% from 255) = 19.41%
BLUE value IS 137 (53.91% from 255) = 30.93%
R=49.66%
G=19.41%
B=30.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.38
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208613700.610.380.14337.1665.6960
HexDC568903D26E151423c
Octal334126211075461652110274
Binary11011100101011010001001011110110011011101010100011000010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5689

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5689; }

 p { color: rgb(220,86,137); }

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

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

 a { background-color: rgb(220,86,137); }

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

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

 span { border-color: rgb(220,86,137); }

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