#DC5A8C

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

Shades of Dark Pink #DC5A8C

Tints of Dark Pink #DC5A8C

Color information

#DC5A8C (or 0xDC5A8C) is unknown color: approx Dark Pink. HEX triplet: DC, 5A and 8C. RGB value is (220,90,140). Sum of RGB (Red+Green+Blue) = 220+90+140=450 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.89% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 140 (55.08% from 255 or 31.11% from 450); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5A8C is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5A8C is #23A573. Grayscale: #868686. Windows color (decimal): -2336116 or 9198300. OLE color: 9198300.

HSL color Cylindrical-coordinate representation of color #DC5A8C: hue angle of 336.92º 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 #DC5A8C is Cyan = 0, Magento = 0.59, Yellow = 0.36 and Black (K on CMYK) = 0.14.

Color convert

RGB22090140-
CMYK00.590.360.14
HSL336.92º65%60.78%-
HSV(B)336.92º59.09%86.27%-
XYZ37.924.4227.53-
YUV134.57131.07188.93-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 48.89%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 140 (55.08% from 255) = 31.11%
R=48.89%
G=20%
B=31.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2209014000.590.360.14336.926560.78
HexDC5A8C03B24E151413d
Octal334132214073441652110175
Binary11011100101101010001100011101110010011101010100011000001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC5A8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC5A8C; }

 p { color: rgb(220,90,140); }

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

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

 a { background-color: rgb(220,90,140); }

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

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

 span { border-color: rgb(220,90,140); }

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