#DC518D

Color #DC518D Dark Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Pink #DC518D

Tints of Dark Pink #DC518D

Color information

#DC518D (or 0xDC518D) is unknown color: approx Dark Pink. HEX triplet: DC, 51 and 8D. RGB value is (220,81,141). Sum of RGB (Red+Green+Blue) = 220+81+141=442 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.77% from 442); Green value is 81 (32.03% from 255 or 18.33% from 442); Blue value is 141 (55.47% from 255 or 31.90% from 442); Max value from RGB is 220 - color contains mainly: red. Hex color #DC518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC518D is #23AE72. Grayscale: #818181. Windows color (decimal): -2338419 or 9261532. OLE color: 9261532.

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

Color convert

RGB22081141-
CMYK00.630.360.14
HSL334.1º66.51%59.02%-
HSV(B)334.1º63.18%86.27%-
XYZ37.2723.0227.68-
YUV129.4134.55192.62-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.77%
GREEN value IS 81 (32.03% from 255) = 18.33%
BLUE value IS 141 (55.47% from 255) = 31.90%
R=49.77%
G=18.33%
B=31.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.36
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208114100.630.360.14334.166.5159.02
HexDC518D03F24E14e433b
Octal334121215077441651610373
Binary11011100101000110001101011111110010011101010011101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC518D; }

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

 H1.HeaderClassName
 {
   color: #DC518D;
 }
 .AnyTagClassName
 {
   color: #DC518D;
 }
</style>
background-color css

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

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

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

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

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

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