#D17E6E

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

Shades of New York Pink #D17E6E

Tints of New York Pink #D17E6E

Color information

#D17E6E (or 0xD17E6E) is unknown color: approx New York Pink. HEX triplet: D1, 7E and 6E. RGB value is (209,126,110). Sum of RGB (Red+Green+Blue) = 209+126+110=445 (58% of max value = 765). Red value is 209 (82.03% from 255 or 46.97% from 445); Green value is 126 (49.61% from 255 or 28.31% from 445); Blue value is 110 (43.36% from 255 or 24.72% from 445); Max value from RGB is 209 - color contains mainly: red. Hex color #D17E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17E6E is #2E8191. Grayscale: #959595. Windows color (decimal): -3047826 or 7241425. OLE color: 7241425.

HSL color Cylindrical-coordinate representation of color #D17E6E: hue angle of 9.7º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D17E6E is Cyan = 0, Magento = 0.40, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB209126110-
CMYK00.400.470.18
HSL9.7º51.83%62.55%-
HSV(B)9.7º47.37%81.96%-
XYZ36.5729.618.54-
YUV148.99106170.8-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 46.97%
GREEN value IS 126 (49.61% from 255) = 28.31%
BLUE value IS 110 (43.36% from 255) = 24.72%
R=46.97%
G=28.31%
B=24.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912611000.400.470.189.751.8362.55
HexD17E6E0282F12a343f
Octal3211761560505722126477
Binary11010001111111011011100101000101111100101010110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17E6E; }

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

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

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

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

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

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

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

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