Html Css Color HEX #DC4C8A Dark Pink

📋 copy color: '#DC4C8A'

red 220 ◦ green 76 ◦ blue 138

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

Shades of Dark Pink #DC4C8A

Tints of Dark Pink #DC4C8A

RGB

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

 GREEN value IS 76 (30.08% from 255) = 17.51%

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

R = 50.69%
G = 17.51%
B = 31.8%

CMYK

 C value IS 0

 M value IS 0.65

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC4C8A (or 0xDC4C8A) is known color: Dark Pink. HEX triplet: DC, 4C and 8A. RGB value is (220,76,138). Sum of RGB (Red+Green+Blue) = 220+76+138=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 76 (30.08% from 255 or 17.51% from 434); Blue value is 138 (54.30% from 255 or 31.80% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4C8A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DC4C8A is #23B375. Grayscale: #7E7E7E. Windows color (decimal): -2339702 or 9063644. OLE color: 9063644.

HSL color Cylindrical-coordinate representation of color #DC4C8A: hue angle of 334.17º degrees, saturation: 0.67, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #DC4C8A is Cyan = 0, Magento = 0.65, Yellow = 0.37 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 76 138 -
CMYK 0 0.65 0.37 0.14
HSL 334.17º 0.67% 0.58% -
HSV(B) 334.17º 0.65% 0.86% -
XYZ 36.69 22.22 26.4 -
YUV 126.12 134.71 194.96 -
System Red Green Blue C M Y K H S L
Decimal 220 76 138 0 0.65 0.37 0.14 334.17 0.67 0.58
Hex DC 4C 8A 0 41 25 E 14E 43 3A
Octal 334 114 212 0 101 45 16 516 103 72
Binary 11011100 1001100 10001010 0 1000001 100101 1110 101001110 1000011 111010

Color Harmonies of #DC4C8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4C8A

Black with #DC4C8A

Text Example


Text Example

White with #DC4C8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4C8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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