#dc5985

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

Shades of Dark Pink #DC5985

Tints of Dark Pink #DC5985

Color information

#DC5985 (or 0xDC5985) is unknown color: approx Dark Pink. HEX triplet: DC, 59 and 85. RGB value is (220,89,133). Sum of RGB (Red+Green+Blue) = 220+89+133=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 89 (35.16% from 255 or 20.14% from 442); Blue value is 133 (52.34% from 255 or 30.09% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5985 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5985 is #23A67A. Grayscale: #858585. Windows color (decimal): -2336379 or 8739292. OLE color: 8739292.

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

Color convert

RGB22089133-
CMYK00.600.400.14
HSL339.85º65.17%60.59%-
HSV(B)339.85º59.55%86.27%-
XYZ37.3224.0524.87-
YUV133.18127.9189.92-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 89 (35.16% from 255) = 20.14%
BLUE value IS 133 (52.34% from 255) = 30.09%
R=49.77%
G=20.14%
B=30.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.60
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208913300.600.400.14339.8565.1760.59
HexDC598503C28E154413d
Octal334131205074501652410175
Binary11011100101100110000101011110010100011101010101001000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc5985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc5985; }

 p { color: rgb(220,89,133); }

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

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

 a { background-color: rgb(220,89,133); }

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

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

 span { border-color: rgb(220,89,133); }

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