Html Css Color HEX #DC5586 Dark Pink

📋 copy color: '#DC5586'

red 220 ◦ green 85 ◦ blue 134

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

Shades of Dark Pink #DC5586

Tints of Dark Pink #DC5586

RGB

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

 GREEN value IS 85 (33.59% from 255) = 19.36%

 BLUE value IS 134 (52.73% from 255) = 30.52%

R = 50.11%
G = 19.36%
B = 30.52%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC5586 (or 0xDC5586) is known color: Dark Pink. HEX triplet: DC, 55 and 86. RGB value is (220,85,134). Sum of RGB (Red+Green+Blue) = 220+85+134=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 85 (33.59% from 255 or 19.36% from 439); Blue value is 134 (52.73% from 255 or 30.52% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5586 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5586 is #23AA79. Grayscale: #828282. Windows color (decimal): -2337402 or 8803804. OLE color: 8803804.

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

Color convert

RGB 220 85 134 -
CMYK 0 0.61 0.39 0.14
HSL 338.22º 0.66% 0.6% -
HSV(B) 338.22º 0.61% 0.86% -
XYZ 37.07 23.43 25.12 -
YUV 130.95 129.73 191.52 -
System Red Green Blue C M Y K H S L
Decimal 220 85 134 0 0.61 0.39 0.14 338.22 0.66 0.6
Hex DC 55 86 0 3D 27 E 152 42 3C
Octal 334 125 206 0 75 47 16 522 102 74
Binary 11011100 1010101 10000110 0 111101 100111 1110 101010010 1000010 111100

Color Harmonies of #DC5586

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5586

Black with #DC5586

Text Example


Text Example

White with #DC5586

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5586; }

 p { color: rgb(220,85,134); }

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

background-color css

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

 a { background-color: rgb(220,85,134); }

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

border-color css

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

 span { border-color: rgb(220,85,134); }

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