#D77D75

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

Shades of New York Pink #D77D75

Tints of New York Pink #D77D75

Color information

#D77D75 (or 0xD77D75) is unknown color: approx New York Pink. HEX triplet: D7, 7D and 75. RGB value is (215,125,117). Sum of RGB (Red+Green+Blue) = 215+125+117=457 (60% of max value = 765). Red value is 215 (84.38% from 255 or 47.05% from 457); Green value is 125 (49.22% from 255 or 27.35% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D75 is #28828A. Grayscale: #979797. Windows color (decimal): -2654859 or 7699927. OLE color: 7699927.

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

Color convert

RGB215125117-
CMYK00.420.460.16
HSL4.9º55.06%65.1%-
HSV(B)4.9º45.58%84.31%-
XYZ38.5730.420.66-
YUV151108.82173.65-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.05%
GREEN value IS 125 (49.22% from 255) = 27.35%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=47.05%
G=27.35%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512511700.420.460.164.955.0665.1
HexD77D7502A2E1053741
Octal3271751650525620567101
Binary11010111111110111101010101010101110100001011101111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77D75; }

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

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

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

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

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

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

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

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