Html Css Color HEX #DC5D80 Dark Pink

📋 copy color: '#DC5D80'

red 220 ◦ green 93 ◦ blue 128

#DC5D80
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Pink #DC5D80

Tints of Dark Pink #DC5D80

RGB

 RED value IS 220 (86.33% from 255) = 49.89%

 GREEN value IS 93 (36.72% from 255) = 21.09%

 BLUE value IS 128 (50.39% from 255) = 29.02%

R = 49.89%
G = 21.09%
B = 29.02%

CMYK

 C value IS 0

 M value IS 0.58

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC5D80 (or 0xDC5D80) is known color: Dark Pink. HEX triplet: DC, 5D and 80. RGB value is (220,93,128). Sum of RGB (Red+Green+Blue) = 220+93+128=441 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.89% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 128 (50.39% from 255 or 29.02% from 441); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5D80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5D80 is #23A27F. Grayscale: #868686. Windows color (decimal): -2335360 or 8412636. OLE color: 8412636.

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

Color convert

RGB 220 93 128 -
CMYK 0 0.58 0.42 0.14
HSL 343.46º 0.64% 0.61% -
HSV(B) 343.46º 0.58% 0.86% -
XYZ 37.33 24.6 23.2 -
YUV 134.96 124.08 188.65 -
System Red Green Blue C M Y K H S L
Decimal 220 93 128 0 0.58 0.42 0.14 343.46 0.64 0.61
Hex DC 5D 80 0 3A 2A E 157 40 3D
Octal 334 135 200 0 72 52 16 527 100 75
Binary 11011100 1011101 10000000 0 111010 101010 1110 101010111 1000000 111101

Color Harmonies of #DC5D80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5D80

Black with #DC5D80

Text Example


Text Example

White with #DC5D80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5D80; }

 p { color: rgb(220,93,128); }

 H1.HeaderClassName
 {
   color: #DC5D80;
 }
 .AnyTagClassName
 {
   color: #DC5D80;
 }
</style>

background-color css

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

 a { background-color: rgb(220,93,128); }

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

border-color css

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

 span { border-color: rgb(220,93,128); }

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