#DC518E

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

Shades of Dark Pink #DC518E

Tints of Dark Pink #DC518E

Color information

#DC518E (or 0xDC518E) is unknown color: approx Dark Pink. HEX triplet: DC, 51 and 8E. RGB value is (220,81,142). Sum of RGB (Red+Green+Blue) = 220+81+142=443 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.66% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 142 (55.86% from 255 or 32.05% from 443); Max value from RGB is 220 - color contains mainly: red. Hex color #DC518E is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC518E is #23AE71. Grayscale: #818181. Windows color (decimal): -2338418 or 9327068. OLE color: 9327068.

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

Color convert

RGB22081142-
CMYK00.630.350.14
HSL333.67º66.51%59.02%-
HSV(B)333.67º63.18%86.27%-
XYZ37.3423.0528.07-
YUV129.51135.05192.54-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 49.66%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 142 (55.86% from 255) = 32.05%
R=49.66%
G=18.28%
B=32.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.35
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208114200.630.350.14333.6766.5159.02
HexDC518E03F23E14e433b
Octal334121216077431651610373
Binary11011100101000110001110011111110001111101010011101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC518E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC518E; }

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

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

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

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

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

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

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

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