Html Css Color HEX #DC7D74 New York Pink

📋 copy color: '#DC7D74'

red 220 ◦ green 125 ◦ blue 116

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

Shades of New York Pink #DC7D74

Tints of New York Pink #DC7D74

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.11%

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

R = 47.72%
G = 27.11%
B = 25.16%

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

#DC7D74 (or 0xDC7D74) is known color: New York Pink. HEX triplet: DC, 7D and 74. RGB value is (220,125,116). Sum of RGB (Red+Green+Blue) = 220+125+116=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 125 (49.22% from 255 or 27.11% from 461); Blue value is 116 (45.70% from 255 or 25.16% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D74 is #23828B. Grayscale: #989898. Windows color (decimal): -2327180 or 7634396. OLE color: 7634396.

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

Color convert

RGB 220 125 116 -
CMYK 0 0.43 0.47 0.14
HSL 5.19º 0.6% 0.66% -
HSV(B) 5.19º 0.47% 0.86% -
XYZ 40 31.14 20.43 -
YUV 152.38 107.47 176.23 -
System Red Green Blue C M Y K H S L
Decimal 220 125 116 0 0.43 0.47 0.14 5.19 0.6 0.66
Hex DC 7D 74 0 2B 2F E 5 3C 42
Octal 334 175 164 0 53 57 16 5 74 102
Binary 11011100 1111101 1110100 0 101011 101111 1110 101 111100 1000010

Color Harmonies of #DC7D74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7D74

Black with #DC7D74

Text Example


Text Example

White with #DC7D74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7D74; }

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

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

background-color css

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

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

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

border-color css

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

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

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