Html Css Color HEX #DC4F87 Dark Pink

📋 copy color: '#DC4F87'

red 220 ◦ green 79 ◦ blue 135

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

Shades of Dark Pink #DC4F87

Tints of Dark Pink #DC4F87

RGB

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

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

 BLUE value IS 135 (53.13% from 255) = 31.11%

R = 50.69%
G = 18.2%
B = 31.11%

CMYK

 C value IS 0

 M value IS 0.64

 Y value IS 0.39

 K value IS 0.14

RGB Variations

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

Color information

#DC4F87 (or 0xDC4F87) is known color: Dark Pink. HEX triplet: DC, 4F and 87. RGB value is (220,79,135). Sum of RGB (Red+Green+Blue) = 220+79+135=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 79 (31.25% from 255 or 18.20% from 434); Blue value is 135 (53.12% from 255 or 31.11% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC4F87 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC4F87 is #23B078. Grayscale: #7F7F7F. Windows color (decimal): -2338937 or 8867804. OLE color: 8867804.

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

Color convert

RGB 220 79 135 -
CMYK 0 0.64 0.39 0.14
HSL 336.17º 0.67% 0.59% -
HSV(B) 336.17º 0.64% 0.86% -
XYZ 36.68 22.56 25.34 -
YUV 127.54 132.21 193.95 -
System Red Green Blue C M Y K H S L
Decimal 220 79 135 0 0.64 0.39 0.14 336.17 0.67 0.59
Hex DC 4F 87 0 40 27 E 150 43 3B
Octal 334 117 207 0 100 47 16 520 103 73
Binary 11011100 1001111 10000111 0 1000000 100111 1110 101010000 1000011 111011

Color Harmonies of #DC4F87

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC4F87

Black with #DC4F87

Text Example


Text Example

White with #DC4F87

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC4F87; }

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

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

background-color css

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

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

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

border-color css

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

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

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