Html Css Color HEX #DC578D Dark Pink

📋 copy color: '#DC578D'

red 220 ◦ green 87 ◦ blue 141

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

Shades of Dark Pink #DC578D

Tints of Dark Pink #DC578D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 31.47%

R = 49.11%
G = 19.42%
B = 31.47%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.36

 K value IS 0.14

RGB Variations

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

Color information

#DC578D (or 0xDC578D) is known color: Dark Pink. HEX triplet: DC, 57 and 8D. RGB value is (220,87,141). Sum of RGB (Red+Green+Blue) = 220+87+141=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 87 (34.38% from 255 or 19.42% from 448); Blue value is 141 (55.47% from 255 or 31.47% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC578D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC578D is #23A872. Grayscale: #848484. Windows color (decimal): -2336883 or 9263068. OLE color: 9263068.

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

Color convert

RGB 220 87 141 -
CMYK 0 0.60 0.36 0.14
HSL 335.64º 0.66% 0.6% -
HSV(B) 335.64º 0.6% 0.86% -
XYZ 37.73 23.96 27.83 -
YUV 132.92 132.56 190.11 -
System Red Green Blue C M Y K H S L
Decimal 220 87 141 0 0.60 0.36 0.14 335.64 0.66 0.6
Hex DC 57 8D 0 3C 24 E 150 42 3C
Octal 334 127 215 0 74 44 16 520 102 74
Binary 11011100 1010111 10001101 0 111100 100100 1110 101010000 1000010 111100

Color Harmonies of #DC578D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC578D

Black with #DC578D

Text Example


Text Example

White with #DC578D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC578D; }

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

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

background-color css

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

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

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

border-color css

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

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

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