Html Css Color HEX #D17D72 New York Pink

📋 copy color: '#D17D72'

red 209 ◦ green 125 ◦ blue 114

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

Shades of New York Pink #D17D72

Tints of New York Pink #D17D72

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.9%

 BLUE value IS 114 (44.92% from 255) = 25.45%

R = 46.65%
G = 27.9%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.18

RGB Variations

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

Color information

#D17D72 (or 0xD17D72) is known color: New York Pink. HEX triplet: D1, 7D and 72. RGB value is (209,125,114). Sum of RGB (Red+Green+Blue) = 209+125+114=448 (59% of max value = 765). Red value is 209 (82.03% from 255 or 46.65% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 114 (44.92% from 255 or 25.45% from 448); Max value from RGB is 209 - color contains mainly: red. Hex color #D17D72 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D17D72 is #2E828D. Grayscale: #949494. Windows color (decimal): -3048078 or 7503313. OLE color: 7503313.

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

Color convert

RGB 209 125 114 -
CMYK 0 0.40 0.45 0.18
HSL 6.95º 0.51% 0.63% -
HSV(B) 6.95º 0.45% 0.82% -
XYZ 36.67 29.44 19.67 -
YUV 148.86 108.33 170.89 -
System Red Green Blue C M Y K H S L
Decimal 209 125 114 0 0.40 0.45 0.18 6.95 0.51 0.63
Hex D1 7D 72 0 28 2D 12 7 33 3F
Octal 321 175 162 0 50 55 22 7 63 77
Binary 11010001 1111101 1110010 0 101000 101101 10010 111 110011 111111

Color Harmonies of #D17D72

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D17D72

Black with #D17D72

Text Example


Text Example

White with #D17D72

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D17D72; }

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

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

background-color css

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

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

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

border-color css

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

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

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