#DA7E71

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

Shades of New York Pink #DA7E71

Tints of New York Pink #DA7E71

Color information

#DA7E71 (or 0xDA7E71) is unknown color: approx New York Pink. HEX triplet: DA, 7E and 71. RGB value is (218,126,113). Sum of RGB (Red+Green+Blue) = 218+126+113=457 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.70% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 113 (44.53% from 255 or 24.73% from 457); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E71 is #25818E. Grayscale: #989898. Windows color (decimal): -2457999 or 7438042. OLE color: 7438042.

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

Color convert

RGB218126113-
CMYK00.420.480.15
HSL7.43º58.66%64.9%-
HSV(B)7.43º48.17%85.49%-
XYZ39.3531.0219.54-
YUV152.03105.98175.06-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.70%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 113 (44.53% from 255) = 24.73%
R=47.70%
G=27.57%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812611300.420.480.157.4358.6664.9
HexDA7E7102A30F73b41
Octal3321761610526017773101
Binary1101101011111101110001010101011000011111111110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7E71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7E71; }

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

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

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

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

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

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

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

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