#DA558D

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

Shades of Dark Pink #DA558D

Tints of Dark Pink #DA558D

Color information

#DA558D (or 0xDA558D) is unknown color: approx Dark Pink. HEX triplet: DA, 55 and 8D. RGB value is (218,85,141). Sum of RGB (Red+Green+Blue) = 218+85+141=444 (58% of max value = 765). Red value is 218 (85.55% from 255 or 49.10% from 444); Green value is 85 (33.59% from 255 or 19.14% from 444); Blue value is 141 (55.47% from 255 or 31.76% from 444); Max value from RGB is 218 - color contains mainly: red. Hex color #DA558D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DA558D is #25AA72. Grayscale: #838383. Windows color (decimal): -2468467 or 9262554. OLE color: 9262554.

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

Color convert

RGB21885141-
CMYK00.610.350.15
HSL334.74º64.25%59.41%-
HSV(B)334.74º61.01%85.49%-
XYZ36.9723.3327.75-
YUV131.15133.56189.95-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 49.10%
GREEN value IS 85 (33.59% from 255) = 19.14%
BLUE value IS 141 (55.47% from 255) = 31.76%
R=49.10%
G=19.14%
B=31.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.61
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2188514100.610.350.15334.7464.2559.41
HexDA558D03D23F14f403b
Octal332125215075431751710073
Binary11011010101010110001101011110110001111111010011111000000111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA558D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA558D; }

 p { color: rgb(218,85,141); }

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

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

 a { background-color: rgb(218,85,141); }

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

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

 span { border-color: rgb(218,85,141); }

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