#DA7D76

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

Shades of New York Pink #DA7D76

Tints of New York Pink #DA7D76

Color information

#DA7D76 (or 0xDA7D76) is unknown color: approx New York Pink. HEX triplet: DA, 7D and 76. RGB value is (218,125,118). Sum of RGB (Red+Green+Blue) = 218+125+118=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7D76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7D76 is #258289. Grayscale: #989898. Windows color (decimal): -2458250 or 7765466. OLE color: 7765466.

HSL color Cylindrical-coordinate representation of color #DA7D76: hue angle of 4.2º degrees, saturation: 0.57, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA7D76 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218125118-
CMYK00.430.460.15
HSL4.2º57.47%65.88%-
HSV(B)4.2º45.87%85.49%-
XYZ39.5230.8821.02-
YUV152.01108.81175.07-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.29%
GREEN value IS 125 (49.22% from 255) = 27.11%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=47.29%
G=27.11%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812511800.430.460.154.257.4765.88
HexDA7D7602B2EF43942
Octal3321751660535617471102
Binary1101101011111011110110010101110111011111001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7D76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7D76; }

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

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

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

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

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

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

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

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