Html Css Color HEX #DC7E74 New York Pink

📋 copy color: '#DC7E74'

red 220 ◦ green 126 ◦ blue 116

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

Shades of New York Pink #DC7E74

Tints of New York Pink #DC7E74

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 25.11%

R = 47.62%
G = 27.27%
B = 25.11%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.47

 K value IS 0.14

RGB Variations

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

Color information

#DC7E74 (or 0xDC7E74) is known color: New York Pink. HEX triplet: DC, 7E and 74. RGB value is (220,126,116). Sum of RGB (Red+Green+Blue) = 220+126+116=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 126 (49.61% from 255 or 27.27% from 462); Blue value is 116 (45.70% from 255 or 25.11% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E74 is #23818B. Grayscale: #999999. Windows color (decimal): -2326924 or 7634652. OLE color: 7634652.

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

Color convert

RGB 220 126 116 -
CMYK 0 0.43 0.47 0.14
HSL 5.77º 0.6% 0.66% -
HSV(B) 5.77º 0.47% 0.86% -
XYZ 40.13 31.4 20.47 -
YUV 152.97 107.14 175.81 -
System Red Green Blue C M Y K H S L
Decimal 220 126 116 0 0.43 0.47 0.14 5.77 0.6 0.66
Hex DC 7E 74 0 2B 2F E 6 3C 42
Octal 334 176 164 0 53 57 16 6 74 102
Binary 11011100 1111110 1110100 0 101011 101111 1110 110 111100 1000010

Color Harmonies of #DC7E74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E74

Black with #DC7E74

Text Example


Text Example

White with #DC7E74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E74; }

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

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

background-color css

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

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

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

border-color css

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

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

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