#D77A71

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

Shades of New York Pink #D77A71

Tints of New York Pink #D77A71

Color information

#D77A71 (or 0xD77A71) is unknown color: approx New York Pink. HEX triplet: D7, 7A and 71. RGB value is (215,122,113). Sum of RGB (Red+Green+Blue) = 215+122+113=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 122 (48.05% from 255 or 27.11% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77A71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77A71 is #28858E. Grayscale: #949494. Windows color (decimal): -2655631 or 7437015. OLE color: 7437015.

HSL color Cylindrical-coordinate representation of color #D77A71: hue angle of 5.29º degrees, saturation: 0.56, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D77A71 is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB215122113-
CMYK00.430.470.16
HSL5.29º56.04%64.31%-
HSV(B)5.29º47.44%84.31%-
XYZ37.9629.5619.33-
YUV148.78107.81175.23-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.78%
GREEN value IS 122 (48.05% from 255) = 27.11%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=47.78%
G=27.11%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512211300.430.470.165.2956.0464.31
HexD77A7102B2F1053840
Octal3271721610535720570100
Binary11010111111101011100010101011101111100001011110001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77A71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77A71; }

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

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

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

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

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

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

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

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