Html Css Color HEX #DC5E80 Dark Pink

📋 copy color: '#DC5E80'

red 220 ◦ green 94 ◦ blue 128

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

Shades of Dark Pink #DC5E80

Tints of Dark Pink #DC5E80

RGB

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

 GREEN value IS 94 (37.11% from 255) = 21.27%

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

R = 49.77%
G = 21.27%
B = 28.96%

CMYK

 C value IS 0

 M value IS 0.57

 Y value IS 0.42

 K value IS 0.14

RGB Variations

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

Color information

#DC5E80 (or 0xDC5E80) is known color: Dark Pink. HEX triplet: DC, 5E and 80. RGB value is (220,94,128). Sum of RGB (Red+Green+Blue) = 220+94+128=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 94 (37.11% from 255 or 21.27% from 442); Blue value is 128 (50.39% from 255 or 28.96% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5E80 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5E80 is #23A17F. Grayscale: #878787. Windows color (decimal): -2335104 or 8412892. OLE color: 8412892.

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

Color convert

RGB 220 94 128 -
CMYK 0 0.57 0.42 0.14
HSL 343.81º 0.64% 0.62% -
HSV(B) 343.81º 0.57% 0.86% -
XYZ 37.41 24.78 23.23 -
YUV 135.55 123.74 188.24 -
System Red Green Blue C M Y K H S L
Decimal 220 94 128 0 0.57 0.42 0.14 343.81 0.64 0.62
Hex DC 5E 80 0 39 2A E 158 40 3E
Octal 334 136 200 0 71 52 16 530 100 76
Binary 11011100 1011110 10000000 0 111001 101010 1110 101011000 1000000 111110

Color Harmonies of #DC5E80

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5E80

Black with #DC5E80

Text Example


Text Example

White with #DC5E80

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5E80; }

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

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

background-color css

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

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

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

border-color css

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

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

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