Html Css Color HEX #DC4F8A Dark Pink

📋 copy color: '#DC4F8A'

red 220 ◦ green 79 ◦ blue 138

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

Shades of Dark Pink #DC4F8A

Tints of Dark Pink #DC4F8A

RGB

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

 GREEN value IS 79 (31.25% from 255) = 18.08%

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

R = 50.34%
G = 18.08%
B = 31.58%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC4F8A (or 0xDC4F8A) is known color: Dark Pink. HEX triplet: DC, 4F and 8A. RGB value is (220,79,138). Sum of RGB (Red+Green+Blue) = 220+79+138=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 79 (31.25% from 255 or 18.08% from 437); Blue value is 138 (54.30% from 255 or 31.58% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F8A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F8A is #23B075. Grayscale: #7F7F7F. Windows color (decimal): -2338934 or 9064412. OLE color: 9064412.

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

Color convert

RGB 220 79 138 -
CMYK 0 0.64 0.37 0.14
HSL 334.89º 0.67% 0.59% -
HSV(B) 334.89º 0.64% 0.86% -
XYZ 36.9 22.64 26.47 -
YUV 127.89 133.71 193.7 -
System Red Green Blue C M Y K H S L
Decimal 220 79 138 0 0.64 0.37 0.14 334.89 0.67 0.59
Hex DC 4F 8A 0 40 25 E 14F 43 3B
Octal 334 117 212 0 100 45 16 517 103 73
Binary 11011100 1001111 10001010 0 1000000 100101 1110 101001111 1000011 111011

Color Harmonies of #DC4F8A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F8A

Black with #DC4F8A

Text Example


Text Example

White with #DC4F8A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F8A; }

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

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

background-color css

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

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

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

border-color css

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

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

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