Html Css Color HEX #DC5684 Dark Pink

📋 copy color: '#DC5684'

red 220 ◦ green 86 ◦ blue 132

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

Shades of Dark Pink #DC5684

Tints of Dark Pink #DC5684

RGB

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

 GREEN value IS 86 (33.98% from 255) = 19.63%

 BLUE value IS 132 (51.95% from 255) = 30.14%

R = 50.23%
G = 19.63%
B = 30.14%

CMYK

 C value IS 0

 M value IS 0.61

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC5684 (or 0xDC5684) is known color: Dark Pink. HEX triplet: DC, 56 and 84. RGB value is (220,86,132). Sum of RGB (Red+Green+Blue) = 220+86+132=438 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.23% from 438); Green value is 86 (33.98% from 255 or 19.63% from 438); Blue value is 132 (51.95% from 255 or 30.14% from 438); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5684 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5684 is #23A97B. Grayscale: #838383. Windows color (decimal): -2337148 or 8672988. OLE color: 8672988.

HSL color Cylindrical-coordinate representation of color #DC5684: hue angle of 339.4º 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 #DC5684 is Cyan = 0, Magento = 0.61, Yellow = 0.40 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 86 132 -
CMYK 0 0.61 0.40 0.14
HSL 339.4º 0.66% 0.6% -
HSV(B) 339.4º 0.61% 0.86% -
XYZ 37.01 23.54 24.42 -
YUV 131.31 128.39 191.26 -
System Red Green Blue C M Y K H S L
Decimal 220 86 132 0 0.61 0.40 0.14 339.4 0.66 0.6
Hex DC 56 84 0 3D 28 E 153 42 3C
Octal 334 126 204 0 75 50 16 523 102 74
Binary 11011100 1010110 10000100 0 111101 101000 1110 101010011 1000010 111100

Color Harmonies of #DC5684

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5684

Black with #DC5684

Text Example


Text Example

White with #DC5684

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5684; }

 p { color: rgb(220,86,132); }

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

background-color css

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

 a { background-color: rgb(220,86,132); }

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

border-color css

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

 span { border-color: rgb(220,86,132); }

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