#D77D6F

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

Shades of New York Pink #D77D6F

Tints of New York Pink #D77D6F

Color information

#D77D6F (or 0xD77D6F) is unknown color: approx New York Pink. HEX triplet: D7, 7D and 6F. RGB value is (215,125,111). Sum of RGB (Red+Green+Blue) = 215+125+111=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D6F is #288290. Grayscale: #969696. Windows color (decimal): -2654865 or 7306711. OLE color: 7306711.

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

Color convert

RGB215125111-
CMYK00.420.480.16
HSL8.08º56.52%63.92%-
HSV(B)8.08º48.37%84.31%-
XYZ38.2330.2618.87-
YUV150.31105.82174.14-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.67%
GREEN value IS 125 (49.22% from 255) = 27.72%
BLUE value IS 111 (43.75% from 255) = 24.61%
R=47.67%
G=27.72%
B=24.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512511100.420.480.168.0856.5263.92
HexD77D6F02A301083940
Octal32717515705260201071100
Binary110101111111101110111101010101100001000010001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D6F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D6F; }

 p { color: rgb(215,125,111); }

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

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

 a { background-color: rgb(215,125,111); }

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

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

 span { border-color: rgb(215,125,111); }

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