#DF518B

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

Shades of Dark Pink #DF518B

Tints of Dark Pink #DF518B

Color information

#DF518B (or 0xDF518B) is unknown color: approx Dark Pink. HEX triplet: DF, 51 and 8B. RGB value is (223,81,139). Sum of RGB (Red+Green+Blue) = 223+81+139=443 (58% of max value = 765). Red value is 223 (87.5% from 255 or 50.34% from 443); Green value is 81 (32.03% from 255 or 18.28% from 443); Blue value is 139 (54.69% from 255 or 31.38% from 443); Max value from RGB is 223 - color contains mainly: red. Hex color #DF518B is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DF518B is #20AE74. Grayscale: #818181. Windows color (decimal): -2141813 or 9130463. OLE color: 9130463.

HSL color Cylindrical-coordinate representation of color #DF518B: hue angle of 335.49º 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 #DF518B is Cyan = 0, Magento = 0.64, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22381139-
CMYK00.640.380.13
HSL335.49º68.93%59.61%-
HSV(B)335.49º63.68%87.45%-
XYZ38.0323.4426.95-
YUV130.07133.04194.28-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 50.34%
GREEN value IS 81 (32.03% from 255) = 18.28%
BLUE value IS 139 (54.69% from 255) = 31.38%
R=50.34%
G=18.28%
B=31.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.64
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2238113900.640.380.13335.4968.9359.61
HexDF518B04026D14f453c
Octal3371212130100461551710574
Binary110111111010001100010110100000010011011011010011111000101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF518B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF518B; }

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

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

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

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

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

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

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

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