Html Css Color HEX #D1776E New York Pink

📋 copy color: '#D1776E'

red 209 ◦ green 119 ◦ blue 110

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

Shades of New York Pink #D1776E

Tints of New York Pink #D1776E

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.17%

 BLUE value IS 110 (43.36% from 255) = 25.11%

R = 47.72%
G = 27.17%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.18

RGB Variations

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

Color information

#D1776E (or 0xD1776E) is known color: New York Pink. HEX triplet: D1, 77 and 6E. RGB value is (209,119,110). Sum of RGB (Red+Green+Blue) = 209+119+110=438 (58% of max value = 765). Red value is 209 (82.03% from 255 or 47.72% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 110 (43.36% from 255 or 25.11% from 438); Max value from RGB is 209 - color contains mainly: red. Hex color #D1776E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D1776E is #2E8891. Grayscale: #919191. Windows color (decimal): -3049618 or 7239633. OLE color: 7239633.

HSL color Cylindrical-coordinate representation of color #D1776E: hue angle of 5.45º 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 #D1776E is Cyan = 0, Magento = 0.43, Yellow = 0.47 and Black (K on CMYK) = 0.18.

Color convert

RGB 209 119 110 -
CMYK 0 0.43 0.47 0.18
HSL 5.45º 0.52% 0.63% -
HSV(B) 5.45º 0.47% 0.82% -
XYZ 35.71 27.87 18.25 -
YUV 144.88 108.32 173.73 -
System Red Green Blue C M Y K H S L
Decimal 209 119 110 0 0.43 0.47 0.18 5.45 0.52 0.63
Hex D1 77 6E 0 2B 2F 12 5 34 3F
Octal 321 167 156 0 53 57 22 5 64 77
Binary 11010001 1110111 1101110 0 101011 101111 10010 101 110100 111111

Color Harmonies of #D1776E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D1776E

Black with #D1776E

Text Example


Text Example

White with #D1776E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D1776E; }

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

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

background-color css

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

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

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

border-color css

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

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

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