#DA5F82

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

Shades of Dark Pink #DA5F82

Tints of Dark Pink #DA5F82

Color information

#DA5F82 (or 0xDA5F82) is unknown color: approx Dark Pink. HEX triplet: DA, 5F and 82. RGB value is (218,95,130). Sum of RGB (Red+Green+Blue) = 218+95+130=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 95 (37.5% from 255 or 21.44% from 443); Blue value is 130 (51.17% from 255 or 29.35% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5F82 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5F82 is #25A07D. Grayscale: #878787. Windows color (decimal): -2465918 or 8544218. OLE color: 8544218.

HSL color Cylindrical-coordinate representation of color #DA5F82: hue angle of 342.93º degrees, saturation: 0.62, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #DA5F82 is Cyan = 0, Magento = 0.56, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB21895130-
CMYK00.560.400.15
HSL342.93º62.44%61.37%-
HSV(B)342.93º56.42%85.49%-
XYZ37.0324.723.94-
YUV135.77124.75186.65-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 95 (37.5% from 255) = 21.44%
BLUE value IS 130 (51.17% from 255) = 29.35%
R=49.21%
G=21.44%
B=29.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.56
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189513000.560.400.15342.9362.4461.37
HexDA5F8203828F1573e3d
Octal33213720207050175277675
Binary1101101010111111000001001110001010001111101010111111110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5F82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5F82; }

 p { color: rgb(218,95,130); }

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

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

 a { background-color: rgb(218,95,130); }

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

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

 span { border-color: rgb(218,95,130); }

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