#DC5B84

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

Shades of Dark Pink #DC5B84

Tints of Dark Pink #DC5B84

Color information

#DC5B84 (or 0xDC5B84) is unknown color: approx Dark Pink. HEX triplet: DC, 5B and 84. RGB value is (220,91,132). Sum of RGB (Red+Green+Blue) = 220+91+132=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 91 (35.94% from 255 or 20.54% from 443); Blue value is 132 (51.95% from 255 or 29.80% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5B84 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5B84 is #23A47B. Grayscale: #868686. Windows color (decimal): -2335868 or 8674268. OLE color: 8674268.

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

Color convert

RGB22091132-
CMYK00.590.400.14
HSL340.93º64.82%60.98%-
HSV(B)340.93º58.64%86.27%-
XYZ37.4224.3624.56-
YUV134.24126.74189.17-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.66%
GREEN value IS 91 (35.94% from 255) = 20.54%
BLUE value IS 132 (51.95% from 255) = 29.80%
R=49.66%
G=20.54%
B=29.80%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.40
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209113200.590.400.14340.9364.8260.98
HexDC5B8403B28E155413d
Octal334133204073501652510175
Binary11011100101101110000100011101110100011101010101011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5B84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5B84; }

 p { color: rgb(220,91,132); }

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

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

 a { background-color: rgb(220,91,132); }

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

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

 span { border-color: rgb(220,91,132); }

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