Html Css Color HEX #DC5794 Dark Pink

📋 copy color: '#DC5794'

red 220 ◦ green 87 ◦ blue 148

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

Shades of Dark Pink #DC5794

Tints of Dark Pink #DC5794

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 32.53%

R = 48.35%
G = 19.12%
B = 32.53%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.33

 K value IS 0.14

RGB Variations

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

Color information

#DC5794 (or 0xDC5794) is known color: Dark Pink. HEX triplet: DC, 57 and 94. RGB value is (220,87,148). Sum of RGB (Red+Green+Blue) = 220+87+148=455 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.35% from 455); Green value is 87 (34.38% from 255 or 19.12% from 455); Blue value is 148 (58.20% from 255 or 32.53% from 455); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5794 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5794 is #23A86B. Grayscale: #858585. Windows color (decimal): -2336876 or 9721820. OLE color: 9721820.

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

Color convert

RGB 220 87 148 -
CMYK 0 0.60 0.33 0.14
HSL 332.48º 0.66% 0.6% -
HSV(B) 332.48º 0.6% 0.86% -
XYZ 38.27 24.17 30.67 -
YUV 133.72 136.06 189.54 -
System Red Green Blue C M Y K H S L
Decimal 220 87 148 0 0.60 0.33 0.14 332.48 0.66 0.6
Hex DC 57 94 0 3C 21 E 14C 42 3C
Octal 334 127 224 0 74 41 16 514 102 74
Binary 11011100 1010111 10010100 0 111100 100001 1110 101001100 1000010 111100

Color Harmonies of #DC5794

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5794

Black with #DC5794

Text Example


Text Example

White with #DC5794

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5794; }

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

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

background-color css

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

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

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

border-color css

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

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

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