Html Css Color HEX #DC5793 Dark Pink

📋 copy color: '#DC5793'

red 220 ◦ green 87 ◦ blue 147

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

Shades of Dark Pink #DC5793

Tints of Dark Pink #DC5793

RGB

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

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

 BLUE value IS 147 (57.81% from 255) = 32.38%

R = 48.46%
G = 19.16%
B = 32.38%

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

#DC5793 (or 0xDC5793) is known color: Dark Pink. HEX triplet: DC, 57 and 93. RGB value is (220,87,147). Sum of RGB (Red+Green+Blue) = 220+87+147=454 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.46% from 454); Green value is 87 (34.38% from 255 or 19.16% from 454); Blue value is 147 (57.81% from 255 or 32.38% from 454); Max value from RGB is 220 - color contains mainly: red. Hex color #DC5793 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC5793 is #23A86C. Grayscale: #858585. Windows color (decimal): -2336877 or 9656284. OLE color: 9656284.

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

Color convert

RGB 220 87 147 -
CMYK 0 0.60 0.33 0.14
HSL 332.93º 0.66% 0.6% -
HSV(B) 332.93º 0.6% 0.86% -
XYZ 38.19 24.14 30.25 -
YUV 133.61 135.56 189.62 -
System Red Green Blue C M Y K H S L
Decimal 220 87 147 0 0.60 0.33 0.14 332.93 0.66 0.6
Hex DC 57 93 0 3C 21 E 14D 42 3C
Octal 334 127 223 0 74 41 16 515 102 74
Binary 11011100 1010111 10010011 0 111100 100001 1110 101001101 1000010 111100

Color Harmonies of #DC5793

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC5793

Black with #DC5793

Text Example


Text Example

White with #DC5793

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC5793; }

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

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

background-color css

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

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

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

border-color css

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

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

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