Html Css Color HEX #D17F75 New York Pink

📋 copy color: '#D17F75'

red 209 ◦ green 127 ◦ blue 117

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

Shades of New York Pink #D17F75

Tints of New York Pink #D17F75

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.83%

R = 46.14%
G = 28.04%
B = 25.83%

CMYK

 C value IS 0

 M value IS 0.39

 Y value IS 0.44

 K value IS 0.18

RGB Variations

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

Color information

#D17F75 (or 0xD17F75) is known color: New York Pink. HEX triplet: D1, 7F and 75. RGB value is (209,127,117). Sum of RGB (Red+Green+Blue) = 209+127+117=453 (60% of max value = 765). Red value is 209 (82.03% from 255 or 46.14% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 117 (46.09% from 255 or 25.83% from 453); Max value from RGB is 209 - color contains mainly: red. Hex color #D17F75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17F75 is #2E808A. Grayscale: #969696. Windows color (decimal): -3047563 or 7700433. OLE color: 7700433.

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

Color convert

RGB 209 127 117 -
CMYK 0 0.39 0.44 0.18
HSL 6.52º 0.5% 0.64% -
HSV(B) 6.52º 0.44% 0.82% -
XYZ 37.09 30.02 20.67 -
YUV 150.38 109.17 169.81 -
System Red Green Blue C M Y K H S L
Decimal 209 127 117 0 0.39 0.44 0.18 6.52 0.5 0.64
Hex D1 7F 75 0 27 2C 12 7 32 40
Octal 321 177 165 0 47 54 22 7 62 100
Binary 11010001 1111111 1110101 0 100111 101100 10010 111 110010 1000000

Color Harmonies of #D17F75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17F75

Black with #D17F75

Text Example


Text Example

White with #D17F75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17F75; }

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

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

background-color css

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

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

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

border-color css

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

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

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