#DA5C85

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

Shades of Dark Pink #DA5C85

Tints of Dark Pink #DA5C85

Color information

#DA5C85 (or 0xDA5C85) is unknown color: approx Dark Pink. HEX triplet: DA, 5C and 85. RGB value is (218,92,133). Sum of RGB (Red+Green+Blue) = 218+92+133=443 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.21% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 133 (52.34% from 255 or 30.02% from 443); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5C85 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5C85 is #25A37A. Grayscale: #868686. Windows color (decimal): -2466683 or 8740058. OLE color: 8740058.

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

Color convert

RGB21892133-
CMYK00.580.390.15
HSL340.48º63%60.78%-
HSV(B)340.48º57.8%85.49%-
XYZ36.9724.2524.92-
YUV134.35127.24187.67-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.21%
GREEN value IS 92 (36.33% from 255) = 20.77%
BLUE value IS 133 (52.34% from 255) = 30.02%
R=49.21%
G=20.77%
B=30.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2189213300.580.390.15340.486360.78
HexDA5C8503A27F1543f3d
Octal33213420507247175247775
Binary1101101010111001000010101110101001111111101010100111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5C85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5C85; }

 p { color: rgb(218,92,133); }

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

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

 a { background-color: rgb(218,92,133); }

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

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

 span { border-color: rgb(218,92,133); }

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