Html Css Color HEX #DC7E76 New York Pink

📋 copy color: '#DC7E76'

red 220 ◦ green 126 ◦ blue 118

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

Shades of New York Pink #DC7E76

Tints of New York Pink #DC7E76

RGB

 RED value IS 220 (86.33% from 255) = 47.41%

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

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

R = 47.41%
G = 27.16%
B = 25.43%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC7E76 (or 0xDC7E76) is known color: New York Pink. HEX triplet: DC, 7E and 76. RGB value is (220,126,118). Sum of RGB (Red+Green+Blue) = 220+126+118=464 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.41% from 464); Green value is 126 (49.61% from 255 or 27.16% from 464); Blue value is 118 (46.48% from 255 or 25.43% from 464); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E76 is #238189. Grayscale: #999999. Windows color (decimal): -2326922 or 7765724. OLE color: 7765724.

HSL color Cylindrical-coordinate representation of color #DC7E76: hue angle of 4.71º degrees, saturation: 0.59, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DC7E76 is Cyan = 0, Magento = 0.43, Yellow = 0.46 and Black (K on CMYK) = 0.14.

Color convert

RGB 220 126 118 -
CMYK 0 0.43 0.46 0.14
HSL 4.71º 0.59% 0.66% -
HSV(B) 4.71º 0.46% 0.86% -
XYZ 40.25 31.45 21.09 -
YUV 153.19 108.14 175.65 -
System Red Green Blue C M Y K H S L
Decimal 220 126 118 0 0.43 0.46 0.14 4.71 0.59 0.66
Hex DC 7E 76 0 2B 2E E 5 3B 42
Octal 334 176 166 0 53 56 16 5 73 102
Binary 11011100 1111110 1110110 0 101011 101110 1110 101 111011 1000010

Color Harmonies of #DC7E76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E76

Black with #DC7E76

Text Example


Text Example

White with #DC7E76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E76; }

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

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

background-color css

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

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

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

border-color css

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

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

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