#DA7A71

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

Shades of New York Pink #DA7A71

Tints of New York Pink #DA7A71

Color information

#DA7A71 (or 0xDA7A71) is unknown color: approx New York Pink. HEX triplet: DA, 7A and 71. RGB value is (218,122,113). Sum of RGB (Red+Green+Blue) = 218+122+113=453 (60% of max value = 765). Red value is 218 (85.55% from 255 or 48.12% from 453); Green value is 122 (48.05% from 255 or 26.93% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7A71 is #25858E. Grayscale: #959595. Windows color (decimal): -2459023 or 7437018. OLE color: 7437018.

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

Color convert

RGB218122113-
CMYK00.440.480.15
HSL5.14º58.66%64.9%-
HSV(B)5.14º48.17%85.49%-
XYZ38.8530.0219.37-
YUV149.68107.3176.73-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.12%
GREEN value IS 122 (48.05% from 255) = 26.93%
BLUE value IS 113 (44.53% from 255) = 24.94%
R=48.12%
G=26.93%
B=24.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812211300.440.480.155.1458.6664.9
HexDA7A7102C30F53b41
Octal3321721610546017573101
Binary1101101011110101110001010110011000011111011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7A71; }

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

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

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

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

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

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

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

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