Html Css Color HEX #D4776C New York Pink

📋 copy color: '#D4776C'

red 212 ◦ green 119 ◦ blue 108

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

Shades of New York Pink #D4776C

Tints of New York Pink #D4776C

RGB

 RED value IS 212 (83.2% from 255) = 48.29%

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

 BLUE value IS 108 (42.58% from 255) = 24.6%

R = 48.29%
G = 27.11%
B = 24.6%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.49

 K value IS 0.17

RGB Variations

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

Color information

#D4776C (or 0xD4776C) is known color: New York Pink. HEX triplet: D4, 77 and 6C. RGB value is (212,119,108). Sum of RGB (Red+Green+Blue) = 212+119+108=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 119 (46.88% from 255 or 27.11% from 439); Blue value is 108 (42.58% from 255 or 24.60% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D4776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4776C is #2B8893. Grayscale: #919191. Windows color (decimal): -2853012 or 7108564. OLE color: 7108564.

HSL color Cylindrical-coordinate representation of color #D4776C: hue angle of 6.35º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D4776C is Cyan = 0, Magento = 0.44, Yellow = 0.49 and Black (K on CMYK) = 0.17.

Color convert

RGB 212 119 108 -
CMYK 0 0.44 0.49 0.17
HSL 6.35º 0.55% 0.63% -
HSV(B) 6.35º 0.49% 0.83% -
XYZ 36.45 28.27 17.72 -
YUV 145.55 106.81 175.39 -
System Red Green Blue C M Y K H S L
Decimal 212 119 108 0 0.44 0.49 0.17 6.35 0.55 0.63
Hex D4 77 6C 0 2C 31 11 6 37 3F
Octal 324 167 154 0 54 61 21 6 67 77
Binary 11010100 1110111 1101100 0 101100 110001 10001 110 110111 111111

Color Harmonies of #D4776C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4776C

Black with #D4776C

Text Example


Text Example

White with #D4776C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4776C; }

 p { color: rgb(212,119,108); }

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

background-color css

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

 a { background-color: rgb(212,119,108); }

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

border-color css

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

 span { border-color: rgb(212,119,108); }

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