Html Css Color HEX #DC5086 Dark Pink

📋 copy color: '#DC5086'

red 220 ◦ green 80 ◦ blue 134

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

Shades of Dark Pink #DC5086

Tints of Dark Pink #DC5086

RGB

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

 GREEN value IS 80 (31.64% from 255) = 18.43%

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

R = 50.69%
G = 18.43%
B = 30.88%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC5086 (or 0xDC5086) is known color: Dark Pink. HEX triplet: DC, 50 and 86. RGB value is (220,80,134). Sum of RGB (Red+Green+Blue) = 220+80+134=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 80 (31.64% from 255 or 18.43% from 434); Blue value is 134 (52.73% from 255 or 30.88% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5086 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5086 is #23AF79. Grayscale: #7F7F7F. Windows color (decimal): -2338682 or 8802524. OLE color: 8802524.

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

Color convert

RGB 220 80 134 -
CMYK 0 0.64 0.39 0.14
HSL 336.86º 0.67% 0.59% -
HSV(B) 336.86º 0.64% 0.86% -
XYZ 36.69 22.67 25 -
YUV 128.02 131.38 193.61 -
System Red Green Blue C M Y K H S L
Decimal 220 80 134 0 0.64 0.39 0.14 336.86 0.67 0.59
Hex DC 50 86 0 40 27 E 151 43 3B
Octal 334 120 206 0 100 47 16 521 103 73
Binary 11011100 1010000 10000110 0 1000000 100111 1110 101010001 1000011 111011

Color Harmonies of #DC5086

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5086

Black with #DC5086

Text Example


Text Example

White with #DC5086

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5086; }

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

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

background-color css

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

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

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

border-color css

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

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

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