#D97E6E

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

Shades of New York Pink #D97E6E

Tints of New York Pink #D97E6E

Color information

#D97E6E (or 0xD97E6E) is unknown color: approx New York Pink. HEX triplet: D9, 7E and 6E. RGB value is (217,126,110). Sum of RGB (Red+Green+Blue) = 217+126+110=453 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.90% from 453); Green value is 126 (49.61% from 255 or 27.81% from 453); Blue value is 110 (43.36% from 255 or 24.28% from 453); Max value from RGB is 217 - color contains mainly: red. Hex color #D97E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97E6E is #268191. Grayscale: #979797. Windows color (decimal): -2523538 or 7241433. OLE color: 7241433.

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

Color convert

RGB217126110-
CMYK00.420.490.15
HSL8.97º58.47%64.12%-
HSV(B)8.97º49.31%85.1%-
XYZ38.8930.818.65-
YUV151.38104.65174.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.90%
GREEN value IS 126 (49.61% from 255) = 27.81%
BLUE value IS 110 (43.36% from 255) = 24.28%
R=47.90%
G=27.81%
B=24.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.49
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712611000.420.490.158.9758.4764.12
HexD97E6E02A31F93a40
Octal33117615605261171172100
Binary11011001111111011011100101010110001111110011110101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97E6E; }

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

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

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

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

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

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

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

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