#DA7D71

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

Shades of New York Pink #DA7D71

Tints of New York Pink #DA7D71

Color information

#DA7D71 (or 0xDA7D71) is unknown color: approx New York Pink. HEX triplet: DA, 7D and 71. RGB value is (218,125,113). Sum of RGB (Red+Green+Blue) = 218+125+113=456 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.81% from 456); Green value is 125 (49.22% from 255 or 27.41% from 456); Blue value is 113 (44.53% from 255 or 24.78% from 456); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D71 is #25828E. Grayscale: #979797. Windows color (decimal): -2458255 or 7437786. OLE color: 7437786.

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

Color convert

RGB218125113-
CMYK00.430.480.15
HSL6.86º58.66%64.9%-
HSV(B)6.86º48.17%85.49%-
XYZ39.2330.7619.49-
YUV151.44106.31175.48-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.81%
GREEN value IS 125 (49.22% from 255) = 27.41%
BLUE value IS 113 (44.53% from 255) = 24.78%
R=47.81%
G=27.41%
B=24.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812511300.430.480.156.8658.6664.9
HexDA7D7102B30F73b41
Octal3321751610536017773101
Binary1101101011111011110001010101111000011111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D71; }

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

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

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

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

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

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

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

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