#D97E72

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

Shades of New York Pink #D97E72

Tints of New York Pink #D97E72

Color information

#D97E72 (or 0xD97E72) is unknown color: approx New York Pink. HEX triplet: D9, 7E and 72. RGB value is (217,126,114). Sum of RGB (Red+Green+Blue) = 217+126+114=457 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.48% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E72 is #26818D. Grayscale: #979797. Windows color (decimal): -2523534 or 7503577. OLE color: 7503577.

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

Color convert

RGB217126114-
CMYK00.420.470.15
HSL6.99º57.54%64.9%-
HSV(B)6.99º47.47%85.1%-
XYZ39.1130.8919.82-
YUV151.84106.65174.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.48%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=47.48%
G=27.57%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712611400.420.470.156.9957.5464.9
HexD97E7202A2FF73a41
Octal3311761620525717772101
Binary1101100111111101110010010101010111111111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E72; }

 p { color: rgb(217,126,114); }

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

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

 a { background-color: rgb(217,126,114); }

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

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

 span { border-color: rgb(217,126,114); }

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