#DC518A

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

Shades of Dark Pink #DC518A

Tints of Dark Pink #DC518A

Color information

#DC518A (or 0xDC518A) is unknown color: approx Dark Pink. HEX triplet: DC, 51 and 8A. RGB value is (220,81,138). Sum of RGB (Red+Green+Blue) = 220+81+138=439 (58% of max value = 765). Red value is 220 (86.33% from 255 or 50.11% from 439); Green value is 81 (32.03% from 255 or 18.45% from 439); Blue value is 138 (54.30% from 255 or 31.44% from 439); Max value from RGB is 220 - color contains mainly: red. Hex color #DC518A is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DC518A is #23AE75. Grayscale: #808080. Windows color (decimal): -2338422 or 9064924. OLE color: 9064924.

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

Color convert

RGB22081138-
CMYK00.630.370.14
HSL335.4º66.51%59.02%-
HSV(B)335.4º63.18%86.27%-
XYZ37.0522.9426.52-
YUV129.06133.05192.87-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 50.11%
GREEN value IS 81 (32.03% from 255) = 18.45%
BLUE value IS 138 (54.30% from 255) = 31.44%
R=50.11%
G=18.45%
B=31.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.63
Y (Yellow) values IS 0.37
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal2208113800.630.370.14335.466.5159.02
HexDC518A03F25E14f433b
Octal334121212077451651710373
Binary11011100101000110001010011111110010111101010011111000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC518A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC518A; }

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

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

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

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

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

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

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

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