#DA5990

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

Shades of Dark Pink #DA5990

Tints of Dark Pink #DA5990

Color information

#DA5990 (or 0xDA5990) is unknown color: approx Dark Pink. HEX triplet: DA, 59 and 90. RGB value is (218,89,144). Sum of RGB (Red+Green+Blue) = 218+89+144=451 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.34% from 451); Green value is 89 (35.16% from 255 or 19.73% from 451); Blue value is 144 (56.64% from 255 or 31.93% from 451); Max value from RGB is 218 - color contains mainly: red. Hex color #DA5990 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA5990 is #25A66F. Grayscale: #858585. Windows color (decimal): -2467440 or 9460186. OLE color: 9460186.

HSL color Cylindrical-coordinate representation of color #DA5990: hue angle of 334.42º 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 #DA5990 is Cyan = 0, Magento = 0.59, Yellow = 0.34 and Black (K on CMYK) = 0.15.

Color convert

RGB21889144-
CMYK00.590.340.15
HSL334.42º63.55%60.2%-
HSV(B)334.42º59.17%85.49%-
XYZ37.5224.0629.05-
YUV133.84133.74188.03-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.34%
GREEN value IS 89 (35.16% from 255) = 19.73%
BLUE value IS 144 (56.64% from 255) = 31.93%
R=48.34%
G=19.73%
B=31.93%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.59
Y (Yellow) values IS 0.34
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188914400.590.340.15334.4263.5560.2
HexDA599003B22F14e403c
Octal332131220073421751610074
Binary11011010101100110010000011101110001011111010011101000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA5990

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA5990; }

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

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

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

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

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

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

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

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