Html Css Color HEX #DC578E Dark Pink

📋 copy color: '#DC578E'

red 220 ◦ green 87 ◦ blue 142

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

Shades of Dark Pink #DC578E

Tints of Dark Pink #DC578E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 31.63%

R = 49%
G = 19.38%
B = 31.63%

CMYK

 C value IS 0

 M value IS 0.60

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC578E (or 0xDC578E) is known color: Dark Pink. HEX triplet: DC, 57 and 8E. RGB value is (220,87,142). Sum of RGB (Red+Green+Blue) = 220+87+142=449 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.00% from 449); Green value is 87 (34.38% from 255 or 19.38% from 449); Blue value is 142 (55.86% from 255 or 31.63% from 449); Max value from RGB is 220 - color contains mainly: red. Hex color #DC578E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC578E is #23A871. Grayscale: #848484. Windows color (decimal): -2336882 or 9328604. OLE color: 9328604.

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

Color convert

RGB 220 87 142 -
CMYK 0 0.60 0.35 0.14
HSL 335.19º 0.66% 0.6% -
HSV(B) 335.19º 0.6% 0.86% -
XYZ 37.81 23.99 28.23 -
YUV 133.04 133.06 190.03 -
System Red Green Blue C M Y K H S L
Decimal 220 87 142 0 0.60 0.35 0.14 335.19 0.66 0.6
Hex DC 57 8E 0 3C 23 E 14F 42 3C
Octal 334 127 216 0 74 43 16 517 102 74
Binary 11011100 1010111 10001110 0 111100 100011 1110 101001111 1000010 111100

Color Harmonies of #DC578E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC578E

Black with #DC578E

Text Example


Text Example

White with #DC578E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC578E; }

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

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

background-color css

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

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

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

border-color css

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

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

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