Html Css Color HEX #DC518F Dark Pink

📋 copy color: '#DC518F'

red 220 ◦ green 81 ◦ blue 143

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

Shades of Dark Pink #DC518F

Tints of Dark Pink #DC518F

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.24%

 BLUE value IS 143 (56.25% from 255) = 32.21%

R = 49.55%
G = 18.24%
B = 32.21%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.35

 K value IS 0.14

RGB Variations

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

Color information

#DC518F (or 0xDC518F) is known color: Dark Pink. HEX triplet: DC, 51 and 8F. RGB value is (220,81,143). Sum of RGB (Red+Green+Blue) = 220+81+143=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 81 (32.03% from 255 or 18.24% from 444); Blue value is 143 (56.25% from 255 or 32.21% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC518F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC518F is #23AE70. Grayscale: #818181. Windows color (decimal): -2338417 or 9392604. OLE color: 9392604.

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

Color convert

RGB 220 81 143 -
CMYK 0 0.63 0.35 0.14
HSL 333.24º 0.67% 0.59% -
HSV(B) 333.24º 0.63% 0.86% -
XYZ 37.42 23.08 28.47 -
YUV 129.63 135.55 192.46 -
System Red Green Blue C M Y K H S L
Decimal 220 81 143 0 0.63 0.35 0.14 333.24 0.67 0.59
Hex DC 51 8F 0 3F 23 E 14D 43 3B
Octal 334 121 217 0 77 43 16 515 103 73
Binary 11011100 1010001 10001111 0 111111 100011 1110 101001101 1000011 111011

Color Harmonies of #DC518F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC518F

Black with #DC518F

Text Example


Text Example

White with #DC518F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC518F; }

 p { color: rgb(220,81,143); }

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

background-color css

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

 a { background-color: rgb(220,81,143); }

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

border-color css

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

 span { border-color: rgb(220,81,143); }

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