Html Css Color HEX #DC7F77 New York Pink

📋 copy color: '#DC7F77'

red 220 ◦ green 127 ◦ blue 119

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

Shades of New York Pink #DC7F77

Tints of New York Pink #DC7F77

RGB

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

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

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

R = 47.21%
G = 27.25%
B = 25.54%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.14

RGB Variations

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

Color information

#DC7F77 (or 0xDC7F77) is known color: New York Pink. HEX triplet: DC, 7F and 77. RGB value is (220,127,119). Sum of RGB (Red+Green+Blue) = 220+127+119=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 127 (50% from 255 or 27.25% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F77 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F77 is #238088. Grayscale: #9A9A9A. Windows color (decimal): -2326665 or 7831516. OLE color: 7831516.

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

Color convert

RGB 220 127 119 -
CMYK 0 0.42 0.46 0.14
HSL 4.75º 0.59% 0.66% -
HSV(B) 4.75º 0.46% 0.86% -
XYZ 40.43 31.73 21.45 -
YUV 153.9 108.31 175.15 -
System Red Green Blue C M Y K H S L
Decimal 220 127 119 0 0.42 0.46 0.14 4.75 0.59 0.66
Hex DC 7F 77 0 2A 2E E 5 3B 42
Octal 334 177 167 0 52 56 16 5 73 102
Binary 11011100 1111111 1110111 0 101010 101110 1110 101 111011 1000010

Color Harmonies of #DC7F77

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F77

Black with #DC7F77

Text Example


Text Example

White with #DC7F77

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F77; }

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

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

background-color css

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

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

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

border-color css

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

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

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