Html Css Color HEX #DA7F76 New York Pink

📋 copy color: '#DA7F76'

red 218 ◦ green 127 ◦ blue 118

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

Shades of New York Pink #DA7F76

Tints of New York Pink #DA7F76

RGB

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

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

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

R = 47.08%
G = 27.43%
B = 25.49%

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

#DA7F76 (or 0xDA7F76) is known color: New York Pink. HEX triplet: DA, 7F and 76. RGB value is (218,127,118). Sum of RGB (Red+Green+Blue) = 218+127+118=463 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.08% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 118 (46.48% from 255 or 25.49% from 463); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7F76 is #258089. Grayscale: #999999. Windows color (decimal): -2457738 or 7765978. OLE color: 7765978.

HSL color Cylindrical-coordinate representation of color #DA7F76: hue angle of 5.4º 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 #DA7F76 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 127 118 -
CMYK 0 0.42 0.46 0.15
HSL 5.4º 0.57% 0.66% -
HSV(B) 5.4º 0.46% 0.85% -
XYZ 39.77 31.39 21.1 -
YUV 153.18 108.15 174.23 -
System Red Green Blue C M Y K H S L
Decimal 218 127 118 0 0.42 0.46 0.15 5.4 0.57 0.66
Hex DA 7F 76 0 2A 2E F 5 39 42
Octal 332 177 166 0 52 56 17 5 71 102
Binary 11011010 1111111 1110110 0 101010 101110 1111 101 111001 1000010

Color Harmonies of #DA7F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA7F76

Black with #DA7F76

Text Example


Text Example

White with #DA7F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA7F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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