Html Css Color HEX #DC4F89 Dark Pink

📋 copy color: '#DC4F89'

red 220 ◦ green 79 ◦ blue 137

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

Shades of Dark Pink #DC4F89

Tints of Dark Pink #DC4F89

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 31.42%

R = 50.46%
G = 18.12%
B = 31.42%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.38

 K value IS 0.14

RGB Variations

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

Color information

#DC4F89 (or 0xDC4F89) is known color: Dark Pink. HEX triplet: DC, 4F and 89. RGB value is (220,79,137). Sum of RGB (Red+Green+Blue) = 220+79+137=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 79 (31.25% from 255 or 18.12% from 436); Blue value is 137 (53.91% from 255 or 31.42% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F89 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F89 is #23B076. Grayscale: #7F7F7F. Windows color (decimal): -2338935 or 8998876. OLE color: 8998876.

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

Color convert

RGB 220 79 137 -
CMYK 0 0.64 0.38 0.14
HSL 335.32º 0.67% 0.59% -
HSV(B) 335.32º 0.64% 0.86% -
XYZ 36.83 22.61 26.09 -
YUV 127.77 133.21 193.78 -
System Red Green Blue C M Y K H S L
Decimal 220 79 137 0 0.64 0.38 0.14 335.32 0.67 0.59
Hex DC 4F 89 0 40 26 E 14F 43 3B
Octal 334 117 211 0 100 46 16 517 103 73
Binary 11011100 1001111 10001001 0 1000000 100110 1110 101001111 1000011 111011

Color Harmonies of #DC4F89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F89

Black with #DC4F89

Text Example


Text Example

White with #DC4F89

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F89; }

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

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

background-color css

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

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

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

border-color css

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

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

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