#D77973

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

Shades of New York Pink #D77973

Tints of New York Pink #D77973

Color information

#D77973 (or 0xD77973) is unknown color: approx New York Pink. HEX triplet: D7, 79 and 73. RGB value is (215,121,115). Sum of RGB (Red+Green+Blue) = 215+121+115=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 121 (47.66% from 255 or 26.83% from 451); Blue value is 115 (45.31% from 255 or 25.50% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77973 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77973 is #28868C. Grayscale: #949494. Windows color (decimal): -2655885 or 7567831. OLE color: 7567831.

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

Color convert

RGB215121115-
CMYK00.440.470.16
HSL3.6º55.56%64.71%-
HSV(B)3.6º46.51%84.31%-
XYZ37.9629.3619.89-
YUV148.42109.14175.49-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 121 (47.66% from 255) = 26.83%
BLUE value IS 115 (45.31% from 255) = 25.50%
R=47.67%
G=26.83%
B=25.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512111500.440.470.163.655.5664.71
HexD7797302C2F1043841
Octal3271711630545720470101
Binary11010111111100111100110101100101111100001001110001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77973

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77973; }

 p { color: rgb(215,121,115); }

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

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

 a { background-color: rgb(215,121,115); }

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

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

 span { border-color: rgb(215,121,115); }

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