Html Css Color HEX #DC518B Dark Pink

📋 copy color: '#DC518B'

red 220 ◦ green 81 ◦ blue 139

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

Shades of Dark Pink #DC518B

Tints of Dark Pink #DC518B

RGB

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

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

 BLUE value IS 139 (54.69% from 255) = 31.59%

R = 50%
G = 18.41%
B = 31.59%

CMYK

 C value IS 0

 M value IS 0.63

 Y value IS 0.37

 K value IS 0.14

RGB Variations

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

Color information

#DC518B (or 0xDC518B) is known color: Dark Pink. HEX triplet: DC, 51 and 8B. RGB value is (220,81,139). Sum of RGB (Red+Green+Blue) = 220+81+139=440 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50% from 440); Green value is 81 (32.03% from 255 or 18.41% from 440); Blue value is 139 (54.69% from 255 or 31.59% from 440); Max value from RGB is 220 - color contains mainly: red. Hex color #DC518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC518B is #23AE74. Grayscale: #818181. Windows color (decimal): -2338421 or 9130460. OLE color: 9130460.

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

Color convert

RGB 220 81 139 -
CMYK 0 0.63 0.37 0.14
HSL 334.96º 0.67% 0.59% -
HSV(B) 334.96º 0.63% 0.86% -
XYZ 37.12 22.96 26.9 -
YUV 129.17 133.55 192.78 -
System Red Green Blue C M Y K H S L
Decimal 220 81 139 0 0.63 0.37 0.14 334.96 0.67 0.59
Hex DC 51 8B 0 3F 25 E 14F 43 3B
Octal 334 121 213 0 77 45 16 517 103 73
Binary 11011100 1010001 10001011 0 111111 100101 1110 101001111 1000011 111011

Color Harmonies of #DC518B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC518B

Black with #DC518B

Text Example


Text Example

White with #DC518B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC518B; }

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

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

background-color css

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

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

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

border-color css

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

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

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