Html Css Color HEX #D17F70 New York Pink

📋 copy color: '#D17F70'

red 209 ◦ green 127 ◦ blue 112

#D17F70
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #D17F70

Tints of New York Pink #D17F70

RGB

 RED value IS 209 (82.03% from 255) = 46.65%

 GREEN value IS 127 (50% from 255) = 28.35%

 BLUE value IS 112 (44.14% from 255) = 25%

R = 46.65%
G = 28.35%
B = 25%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.46

 K value IS 0.18

RGB Variations

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

Color information

#D17F70 (or 0xD17F70) is known color: New York Pink. HEX triplet: D1, 7F and 70. RGB value is (209,127,112). Sum of RGB (Red+Green+Blue) = 209+127+112=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 127 (50% from 255 or 28.35% from 448); Blue value is 112 (44.14% from 255 or 25% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F70 is #2E808F. Grayscale: #959595. Windows color (decimal): -3047568 or 7372753. OLE color: 7372753.

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

Color convert

RGB 209 127 112 -
CMYK 0 0.39 0.46 0.18
HSL 9.28º 0.51% 0.63% -
HSV(B) 9.28º 0.46% 0.82% -
XYZ 36.81 29.9 19.16 -
YUV 149.81 106.67 170.22 -
System Red Green Blue C M Y K H S L
Decimal 209 127 112 0 0.39 0.46 0.18 9.28 0.51 0.63
Hex D1 7F 70 0 27 2E 12 9 33 3F
Octal 321 177 160 0 47 56 22 11 63 77
Binary 11010001 1111111 1110000 0 100111 101110 10010 1001 110011 111111

Color Harmonies of #D17F70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F70

Black with #D17F70

Text Example


Text Example

White with #D17F70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F70; }

 p { color: rgb(209,127,112); }

 H1.HeaderClassName
 {
   color: #D17F70;
 }
 .AnyTagClassName
 {
   color: #D17F70;
 }
</style>

background-color css

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

 a { background-color: rgb(209,127,112); }

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

border-color css

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

 span { border-color: rgb(209,127,112); }

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