Html Css Color HEX #DA7E76 New York Pink

📋 copy color: '#DA7E76'

red 218 ◦ green 126 ◦ blue 118

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

Shades of New York Pink #DA7E76

Tints of New York Pink #DA7E76

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.27%

 BLUE value IS 118 (46.48% from 255) = 25.54%

R = 47.19%
G = 27.27%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA7E76 (or 0xDA7E76) is known color: New York Pink. HEX triplet: DA, 7E and 76. RGB value is (218,126,118). Sum of RGB (Red+Green+Blue) = 218+126+118=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 118 (46.48% from 255 or 25.54% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7E76 is #258189. Grayscale: #989898. Windows color (decimal): -2457994 or 7765722. OLE color: 7765722.

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

Color convert

RGB 218 126 118 -
CMYK 0 0.42 0.46 0.15
HSL 4.8º 0.57% 0.66% -
HSV(B) 4.8º 0.46% 0.85% -
XYZ 39.64 31.14 21.06 -
YUV 152.6 108.48 174.65 -
System Red Green Blue C M Y K H S L
Decimal 218 126 118 0 0.42 0.46 0.15 4.8 0.57 0.66
Hex DA 7E 76 0 2A 2E F 5 39 42
Octal 332 176 166 0 52 56 17 5 71 102
Binary 11011010 1111110 1110110 0 101010 101110 1111 101 111001 1000010

Color Harmonies of #DA7E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7E76

Black with #DA7E76

Text Example


Text Example

White with #DA7E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7E76; }

 p { color: rgb(218,126,118); }

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

background-color css

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

 a { background-color: rgb(218,126,118); }

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

border-color css

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

 span { border-color: rgb(218,126,118); }

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