#D17D6D

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

Shades of New York Pink #D17D6D

Tints of New York Pink #D17D6D

Color information

#D17D6D (or 0xD17D6D) is unknown color: approx New York Pink. HEX triplet: D1, 7D and 6D. RGB value is (209,125,109). Sum of RGB (Red+Green+Blue) = 209+125+109=443 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.18% from 443); Green value is 125 (49.22% from 255 or 28.22% from 443); Blue value is 109 (42.97% from 255 or 24.60% from 443); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17D6D is #2E8292. Grayscale: #949494. Windows color (decimal): -3048083 or 7175633. OLE color: 7175633.

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

Color convert

RGB209125109-
CMYK00.400.480.18
HSL9.6º52.08%62.35%-
HSV(B)9.6º47.85%81.96%-
XYZ36.3929.3318.21-
YUV148.29105.83171.3-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 47.18%
GREEN value IS 125 (49.22% from 255) = 28.22%
BLUE value IS 109 (42.97% from 255) = 24.60%
R=47.18%
G=28.22%
B=24.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20912510900.400.480.189.652.0862.35
HexD17D6D0283012a343e
Octal3211751550506022126476
Binary11010001111110111011010101000110000100101010110100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D17D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D17D6D; }

 p { color: rgb(209,125,109); }

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

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

 a { background-color: rgb(209,125,109); }

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

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

 span { border-color: rgb(209,125,109); }

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