#DA5989

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

Shades of Dark Pink #DA5989

Tints of Dark Pink #DA5989

Color information

#DA5989 (or 0xDA5989) is unknown color: approx Dark Pink. HEX triplet: DA, 59 and 89. RGB value is (218,89,137). Sum of RGB (Red+Green+Blue) = 218+89+137=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 89 (35.16% from 255 or 20.05% from 444); Blue value is 137 (53.91% from 255 or 30.86% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5989 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5989 is #25A676. Grayscale: #848484. Windows color (decimal): -2467447 or 9001434. OLE color: 9001434.

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

Color convert

RGB21889137-
CMYK00.590.370.15
HSL337.67º63.55%60.2%-
HSV(B)337.67º59.17%85.49%-
XYZ3723.8626.32-
YUV133.04130.24188.6-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 89 (35.16% from 255) = 20.05%
BLUE value IS 137 (53.91% from 255) = 30.86%
R=49.10%
G=20.05%
B=30.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188913700.590.370.15337.6763.5560.2
HexDA598903B25F152403c
Octal332131211073451752210074
Binary11011010101100110001001011101110010111111010100101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5989

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5989; }

 p { color: rgb(218,89,137); }

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

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

 a { background-color: rgb(218,89,137); }

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

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

 span { border-color: rgb(218,89,137); }

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