#DA8579

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

Shades of New York Pink #DA8579

Tints of New York Pink #DA8579

Color information

#DA8579 (or 0xDA8579) is unknown color: approx New York Pink. HEX triplet: DA, 85 and 79. RGB value is (218,133,121). Sum of RGB (Red+Green+Blue) = 218+133+121=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 133 (52.34% from 255 or 28.18% from 472); Blue value is 121 (47.66% from 255 or 25.64% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8579 is #257A86. Grayscale: #9D9D9D. Windows color (decimal): -2456199 or 7964122. OLE color: 7964122.

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

Color convert

RGB218133121-
CMYK00.390.440.15
HSL7.42º56.73%66.47%-
HSV(B)7.42º44.5%85.49%-
XYZ40.7533.0622.32-
YUV157.05107.66171.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 133 (52.34% from 255) = 28.18%
BLUE value IS 121 (47.66% from 255) = 25.64%
R=46.19%
G=28.18%
B=25.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813312100.390.440.157.4256.7366.47
HexDA85790272CF73942
Octal3322051710475417771102
Binary11011010100001011111001010011110110011111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8579; }

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

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

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

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

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

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

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

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