Html Css Color HEX #DA776F New York Pink

📋 copy color: '#DA776F'

red 218 ◦ green 119 ◦ blue 111

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

Shades of New York Pink #DA776F

Tints of New York Pink #DA776F

RGB

 RED value IS 218 (85.55% from 255) = 48.66%

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

 BLUE value IS 111 (43.75% from 255) = 24.78%

R = 48.66%
G = 26.56%
B = 24.78%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.49

 K value IS 0.15

RGB Variations

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

Color information

#DA776F (or 0xDA776F) is known color: New York Pink. HEX triplet: DA, 77 and 6F. RGB value is (218,119,111). Sum of RGB (Red+Green+Blue) = 218+119+111=448 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.66% from 448); Green value is 119 (46.88% from 255 or 26.56% from 448); Blue value is 111 (43.75% from 255 or 24.78% from 448); Max value from RGB is 218 - color contains mainly: red. Hex color #DA776F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA776F is #258890. Grayscale: #939393. Windows color (decimal): -2459793 or 7305178. OLE color: 7305178.

HSL color Cylindrical-coordinate representation of color #DA776F: hue angle of 4.49º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #DA776F is Cyan = 0, Magento = 0.45, Yellow = 0.49 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 119 111 -
CMYK 0 0.45 0.49 0.15
HSL 4.49º 0.59% 0.65% -
HSV(B) 4.49º 0.49% 0.85% -
XYZ 38.38 29.25 18.66 -
YUV 147.69 107.3 178.15 -
System Red Green Blue C M Y K H S L
Decimal 218 119 111 0 0.45 0.49 0.15 4.49 0.59 0.65
Hex DA 77 6F 0 2D 31 F 4 3B 41
Octal 332 167 157 0 55 61 17 4 73 101
Binary 11011010 1110111 1101111 0 101101 110001 1111 100 111011 1000001

Color Harmonies of #DA776F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA776F

Black with #DA776F

Text Example


Text Example

White with #DA776F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA776F; }

 p { color: rgb(218,119,111); }

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

background-color css

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

 a { background-color: rgb(218,119,111); }

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

border-color css

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

 span { border-color: rgb(218,119,111); }

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