#D97D75

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

Shades of New York Pink #D97D75

Tints of New York Pink #D97D75

Color information

#D97D75 (or 0xD97D75) is unknown color: approx New York Pink. HEX triplet: D9, 7D and 75. RGB value is (217,125,117). Sum of RGB (Red+Green+Blue) = 217+125+117=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 125 (49.22% from 255 or 27.23% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D97D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97D75 is #26828A. Grayscale: #979797. Windows color (decimal): -2523787 or 7699929. OLE color: 7699929.

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

Color convert

RGB217125117-
CMYK00.420.460.15
HSL4.8º56.82%65.49%-
HSV(B)4.8º46.08%85.1%-
XYZ39.1630.720.69-
YUV151.6108.48174.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 125 (49.22% from 255) = 27.23%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=47.28%
G=27.23%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712511700.420.460.154.856.8265.49
HexD97D7502A2EF53941
Octal3311751650525617571101
Binary1101100111111011110101010101010111011111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97D75; }

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

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

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

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

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

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

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

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