#DA8571

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

Shades of New York Pink #DA8571

Tints of New York Pink #DA8571

Color information

#DA8571 (or 0xDA8571) is unknown color: approx New York Pink. HEX triplet: DA, 85 and 71. RGB value is (218,133,113). Sum of RGB (Red+Green+Blue) = 218+133+113=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 133 (52.34% from 255 or 28.66% from 464); Blue value is 113 (44.53% from 255 or 24.35% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8571 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8571 is #257A8E. Grayscale: #9C9C9C. Windows color (decimal): -2456207 or 7439834. OLE color: 7439834.

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

Color convert

RGB218133113-
CMYK00.390.480.15
HSL11.43º58.66%64.9%-
HSV(B)11.43º48.17%85.49%-
XYZ40.2832.8719.84-
YUV156.14103.66172.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.98%
GREEN value IS 133 (52.34% from 255) = 28.66%
BLUE value IS 113 (44.53% from 255) = 24.35%
R=46.98%
G=28.66%
B=24.35%

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
Decimal21813311300.390.480.1511.4358.6664.9
HexDA857102730Fb3b41
Octal33220516104760171373101
Binary110110101000010111100010100111110000111110111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8571; }

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

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

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

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

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

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

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

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