Html Css Color HEX #DC5784 Dark Pink

📋 copy color: '#DC5784'

red 220 ◦ green 87 ◦ blue 132

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

Shades of Dark Pink #DC5784

Tints of Dark Pink #DC5784

RGB

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

 GREEN value IS 87 (34.38% from 255) = 19.82%

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

R = 50.11%
G = 19.82%
B = 30.07%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.40

 K value IS 0.14

RGB Variations

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

Color information

#DC5784 (or 0xDC5784) is known color: Dark Pink. HEX triplet: DC, 57 and 84. RGB value is (220,87,132). Sum of RGB (Red+Green+Blue) = 220+87+132=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 87 (34.38% from 255 or 19.82% from 439); Blue value is 132 (51.95% from 255 or 30.07% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5784 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5784 is #23A87B. Grayscale: #838383. Windows color (decimal): -2336892 or 8673244. OLE color: 8673244.

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

Color convert

RGB 220 87 132 -
CMYK 0 0.60 0.40 0.14
HSL 339.7º 0.66% 0.6% -
HSV(B) 339.7º 0.6% 0.86% -
XYZ 37.09 23.7 24.45 -
YUV 131.9 128.06 190.84 -
System Red Green Blue C M Y K H S L
Decimal 220 87 132 0 0.60 0.40 0.14 339.7 0.66 0.6
Hex DC 57 84 0 3C 28 E 154 42 3C
Octal 334 127 204 0 74 50 16 524 102 74
Binary 11011100 1010111 10000100 0 111100 101000 1110 101010100 1000010 111100

Color Harmonies of #DC5784

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5784

Black with #DC5784

Text Example


Text Example

White with #DC5784

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5784; }

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

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

background-color css

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

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

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

border-color css

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

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

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