#DF518D

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

Shades of Dark Pink #DF518D

Tints of Dark Pink #DF518D

Color information

#DF518D (or 0xDF518D) is unknown color: approx Dark Pink. HEX triplet: DF, 51 and 8D. RGB value is (223,81,141). Sum of RGB (Red+Green+Blue) = 223+81+141=445 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.11% from 445); Green value is 81 (32.03% from 255 or 18.20% from 445); Blue value is 141 (55.47% from 255 or 31.69% from 445); Max value from RGB is 223 - color contains mainly: red. Hex color #DF518D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF518D is #20AE72. Grayscale: #828282. Windows color (decimal): -2141811 or 9261535. OLE color: 9261535.

HSL color Cylindrical-coordinate representation of color #DF518D: hue angle of 334.65º degrees, saturation: 0.69, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #DF518D is Cyan = 0, Magento = 0.64, Yellow = 0.37 and Black (K on CMYK) = 0.13.

Color convert

RGB22381141-
CMYK00.640.370.13
HSL334.65º68.93%59.61%-
HSV(B)334.65º63.68%87.45%-
XYZ38.1823.527.72-
YUV130.3134.04194.12-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.11%
GREEN value IS 81 (32.03% from 255) = 18.20%
BLUE value IS 141 (55.47% from 255) = 31.69%
R=50.11%
G=18.20%
B=31.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.37
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238114100.640.370.13334.6568.9359.61
HexDF518D04025D14f453c
Octal3371212150100451551710574
Binary110111111010001100011010100000010010111011010011111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF518D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF518D; }

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

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

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

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

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

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

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

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