Html Css Color HEX #D4776B New York Pink

📋 copy color: '#D4776B'

red 212 ◦ green 119 ◦ blue 107

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

Shades of New York Pink #D4776B

Tints of New York Pink #D4776B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 24.43%

R = 48.4%
G = 27.17%
B = 24.43%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.50

 K value IS 0.17

RGB Variations

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

Color information

#D4776B (or 0xD4776B) is known color: New York Pink. HEX triplet: D4, 77 and 6B. RGB value is (212,119,107). Sum of RGB (Red+Green+Blue) = 212+119+107=438 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.40% from 438); Green value is 119 (46.88% from 255 or 27.17% from 438); Blue value is 107 (42.19% from 255 or 24.43% from 438); Max value from RGB is 212 - color contains mainly: red. Hex color #D4776B is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D4776B is #2B8894. Grayscale: #919191. Windows color (decimal): -2853013 or 7043028. OLE color: 7043028.

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

Color convert

RGB 212 119 107 -
CMYK 0 0.44 0.50 0.17
HSL 6.86º 0.55% 0.63% -
HSV(B) 6.86º 0.5% 0.83% -
XYZ 36.4 28.25 17.44 -
YUV 145.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 212 119 107 0 0.44 0.50 0.17 6.86 0.55 0.63
Hex D4 77 6B 0 2C 32 11 7 37 3F
Octal 324 167 153 0 54 62 21 7 67 77
Binary 11010100 1110111 1101011 0 101100 110010 10001 111 110111 111111

Color Harmonies of #D4776B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D4776B

Black with #D4776B

Text Example


Text Example

White with #D4776B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D4776B; }

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

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

background-color css

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

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

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

border-color css

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

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

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