Html Css Color HEX #DA7F77 New York Pink

📋 copy color: '#DA7F77'

red 218 ◦ green 127 ◦ blue 119

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

Shades of New York Pink #DA7F77

Tints of New York Pink #DA7F77

RGB

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

 GREEN value IS 127 (50% from 255) = 27.37%

 BLUE value IS 119 (46.88% from 255) = 25.65%

R = 46.98%
G = 27.37%
B = 25.65%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA7F77 (or 0xDA7F77) is known color: New York Pink. HEX triplet: DA, 7F and 77. RGB value is (218,127,119). Sum of RGB (Red+Green+Blue) = 218+127+119=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 127 (50% from 255 or 27.37% from 464); Blue value is 119 (46.88% from 255 or 25.65% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F77 is #258088. Grayscale: #999999. Windows color (decimal): -2457737 or 7831514. OLE color: 7831514.

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

Color convert

RGB 218 127 119 -
CMYK 0 0.42 0.45 0.15
HSL 4.85º 0.57% 0.66% -
HSV(B) 4.85º 0.45% 0.85% -
XYZ 39.83 31.42 21.42 -
YUV 153.3 108.65 174.15 -
System Red Green Blue C M Y K H S L
Decimal 218 127 119 0 0.42 0.45 0.15 4.85 0.57 0.66
Hex DA 7F 77 0 2A 2D F 5 39 42
Octal 332 177 167 0 52 55 17 5 71 102
Binary 11011010 1111111 1110111 0 101010 101101 1111 101 111001 1000010

Color Harmonies of #DA7F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F77

Black with #DA7F77

Text Example


Text Example

White with #DA7F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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