#DA9580

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

Shades of My Pink #DA9580

Tints of My Pink #DA9580

Color information

#DA9580 (or 0xDA9580) is unknown color: approx My Pink. HEX triplet: DA, 95 and 80. RGB value is (218,149,128). Sum of RGB (Red+Green+Blue) = 218+149+128=495 (65% of max value = 765). Red value is 218 (85.55% from 255 or 44.04% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 128 (50.39% from 255 or 25.86% from 495); Max value from RGB is 218 - color contains mainly: red. Hex color #DA9580 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DA9580 is #256A7F. Grayscale: #A7A7A7. Windows color (decimal): -2452096 or 8426970. OLE color: 8426970.

HSL color Cylindrical-coordinate representation of color #DA9580: hue angle of 14º degrees, saturation: 0.55, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #DA9580 is Cyan = 0, Magento = 0.32, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB218149128-
CMYK00.320.410.15
HSL14º54.88%67.84%-
HSV(B)14º41.28%85.49%-
XYZ43.5637.9625.45-
YUV167.24105.86164.21-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 44.04%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 128 (50.39% from 255) = 25.86%
R=44.04%
G=30.10%
B=25.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21814912800.320.410.151454.8867.84
HexDA958002029Fe3744
Octal33222520004051171667104
Binary1101101010010101100000000100000101001111111101101111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA9580

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA9580; }

 p { color: rgb(218,149,128); }

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

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

 a { background-color: rgb(218,149,128); }

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

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

 span { border-color: rgb(218,149,128); }

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