#D77F6A

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

Shades of New York Pink #D77F6A

Tints of New York Pink #D77F6A

Color information

#D77F6A (or 0xD77F6A) is unknown color: approx New York Pink. HEX triplet: D7, 7F and 6A. RGB value is (215,127,106). Sum of RGB (Red+Green+Blue) = 215+127+106=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 106 (41.80% from 255 or 23.66% from 448); Max value from RGB is 215 - color contains mainly: red. Hex color #D77F6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77F6A is #288095. Grayscale: #979797. Windows color (decimal): -2654358 or 6979543. OLE color: 6979543.

HSL color Cylindrical-coordinate representation of color #D77F6A: hue angle of 11.56º degrees, saturation: 0.58, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D77F6A is Cyan = 0, Magento = 0.41, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB215127106-
CMYK00.410.510.16
HSL11.56º57.67%62.94%-
HSV(B)11.56º50.7%84.31%-
XYZ38.2230.6717.54-
YUV150.92102.65173.71-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.99%
GREEN value IS 127 (50% from 255) = 28.35%
BLUE value IS 106 (41.80% from 255) = 23.66%
R=47.99%
G=28.35%
B=23.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512710600.410.510.1611.5657.6762.94
HexD77F6A0293310c3a3f
Octal3271771520516320147277
Binary11010111111111111010100101001110011100001100111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77F6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77F6A; }

 p { color: rgb(215,127,106); }

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

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

 a { background-color: rgb(215,127,106); }

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

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

 span { border-color: rgb(215,127,106); }

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