Html Css Color HEX #DC578A Dark Pink

📋 copy color: '#DC578A'

red 220 ◦ green 87 ◦ blue 138

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

Shades of Dark Pink #DC578A

Tints of Dark Pink #DC578A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 31.01%

R = 49.44%
G = 19.55%
B = 31.01%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC578A (or 0xDC578A) is known color: Dark Pink. HEX triplet: DC, 57 and 8A. RGB value is (220,87,138). Sum of RGB (Red+Green+Blue) = 220+87+138=445 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.44% from 445); Green value is 87 (34.38% from 255 or 19.55% from 445); Blue value is 138 (54.30% from 255 or 31.01% from 445); Max value from RGB is 220 - color contains mainly: red. Hex color #DC578A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC578A is #23A875. Grayscale: #848484. Windows color (decimal): -2336886 or 9066460. OLE color: 9066460.

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

Color convert

RGB 220 87 138 -
CMYK 0 0.60 0.37 0.14
HSL 336.99º 0.66% 0.6% -
HSV(B) 336.99º 0.6% 0.86% -
XYZ 37.51 23.87 26.67 -
YUV 132.58 131.06 190.35 -
System Red Green Blue C M Y K H S L
Decimal 220 87 138 0 0.60 0.37 0.14 336.99 0.66 0.6
Hex DC 57 8A 0 3C 25 E 151 42 3C
Octal 334 127 212 0 74 45 16 521 102 74
Binary 11011100 1010111 10001010 0 111100 100101 1110 101010001 1000010 111100

Color Harmonies of #DC578A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC578A

Black with #DC578A

Text Example


Text Example

White with #DC578A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC578A; }

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

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

background-color css

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

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

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

border-color css

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

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

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