#DA8471

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

Shades of New York Pink #DA8471

Tints of New York Pink #DA8471

Color information

#DA8471 (or 0xDA8471) is unknown color: approx New York Pink. HEX triplet: DA, 84 and 71. RGB value is (218,132,113). Sum of RGB (Red+Green+Blue) = 218+132+113=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 132 (51.95% from 255 or 28.51% from 463); Blue value is 113 (44.53% from 255 or 24.41% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8471 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8471 is #257B8E. Grayscale: #9B9B9B. Windows color (decimal): -2456463 or 7439578. OLE color: 7439578.

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

Color convert

RGB218132113-
CMYK00.390.480.15
HSL10.86º58.66%64.9%-
HSV(B)10.86º48.17%85.49%-
XYZ40.1532.619.8-
YUV155.55103.99172.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.08%
GREEN value IS 132 (51.95% from 255) = 28.51%
BLUE value IS 113 (44.53% from 255) = 24.41%
R=47.08%
G=28.51%
B=24.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813211300.390.480.1510.8658.6664.9
HexDA847102730Fb3b41
Octal33220416104760171373101
Binary110110101000010011100010100111110000111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8471

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8471; }

 p { color: rgb(218,132,113); }

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

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

 a { background-color: rgb(218,132,113); }

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

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

 span { border-color: rgb(218,132,113); }

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