Html Css Color HEX #DC5C80 Dark Pink

📋 copy color: '#DC5C80'

red 220 ◦ green 92 ◦ blue 128

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

Shades of Dark Pink #DC5C80

Tints of Dark Pink #DC5C80

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

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

R = 50%
G = 20.91%
B = 29.09%

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

#DC5C80 (or 0xDC5C80) is known color: Dark Pink. HEX triplet: DC, 5C and 80. RGB value is (220,92,128). Sum of RGB (Red+Green+Blue) = 220+92+128=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 128 (50.39% from 255 or 29.09% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5C80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5C80 is #23A37F. Grayscale: #868686. Windows color (decimal): -2335616 or 8412380. OLE color: 8412380.

HSL color Cylindrical-coordinate representation of color #DC5C80: hue angle of 343.12º degrees, saturation: 0.65, 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 #DC5C80 is Cyan = 0, Magento = 0.58, Yellow = 0.42 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 92 128 -
CMYK 0 0.58 0.42 0.14
HSL 343.13º 0.65% 0.61% -
HSV(B) 343.13º 0.58% 0.86% -
XYZ 37.24 24.43 23.17 -
YUV 134.38 124.41 189.07 -
System Red Green Blue C M Y K H S L
Decimal 220 92 128 0 0.58 0.42 0.14 343.13 0.65 0.61
Hex DC 5C 80 0 3A 2A E 157 41 3D
Octal 334 134 200 0 72 52 16 527 101 75
Binary 11011100 1011100 10000000 0 111010 101010 1110 101010111 1000001 111101

Color Harmonies of #DC5C80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5C80

Black with #DC5C80

Text Example


Text Example

White with #DC5C80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5C80; }

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

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

background-color css

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

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

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

border-color css

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

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

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