#D97E70

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

Shades of New York Pink #D97E70

Tints of New York Pink #D97E70

Color information

#D97E70 (or 0xD97E70) is unknown color: approx New York Pink. HEX triplet: D9, 7E and 70. RGB value is (217,126,112). Sum of RGB (Red+Green+Blue) = 217+126+112=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 112 (44.14% from 255 or 24.62% from 455); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E70 is #26818F. Grayscale: #979797. Windows color (decimal): -2523536 or 7372505. OLE color: 7372505.

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

Color convert

RGB217126112-
CMYK00.420.480.15
HSL58.01%64.51%-
HSV(B)48.39%85.1%-
XYZ3930.8419.23-
YUV151.61105.65174.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.69%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 112 (44.14% from 255) = 24.62%
R=47.69%
G=27.69%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712611200.420.480.15858.0164.51
HexD97E7002A30F83a41
Octal33117616005260171072101
Binary11011001111111011100000101010110000111110001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E70; }

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

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

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

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

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

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

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

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