#DA7F71

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

Shades of New York Pink #DA7F71

Tints of New York Pink #DA7F71

Color information

#DA7F71 (or 0xDA7F71) is unknown color: approx New York Pink. HEX triplet: DA, 7F and 71. RGB value is (218,127,113). Sum of RGB (Red+Green+Blue) = 218+127+113=458 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.60% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 113 (44.53% from 255 or 24.67% from 458); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F71 is #25808E. Grayscale: #989898. Windows color (decimal): -2457743 or 7438298. OLE color: 7438298.

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

Color convert

RGB218127113-
CMYK00.420.480.15
HSL58.66%64.9%-
HSV(B)48.17%85.49%-
XYZ39.4831.2819.58-
YUV152.61105.65174.64-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.60%
GREEN value IS 127 (50% from 255) = 27.73%
BLUE value IS 113 (44.53% from 255) = 24.67%
R=47.60%
G=27.73%
B=24.67%

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
Decimal21812711300.420.480.15858.6664.9
HexDA7F7102A30F83b41
Octal33217716105260171073101
Binary11011010111111111100010101010110000111110001110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7F71; }

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

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

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

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

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

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

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

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