Html Css Color HEX #DC7E73 New York Pink

📋 copy color: '#DC7E73'

red 220 ◦ green 126 ◦ blue 115

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

Shades of New York Pink #DC7E73

Tints of New York Pink #DC7E73

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 24.95%

R = 47.72%
G = 27.33%
B = 24.95%

CMYK

 C value IS 0

 M value IS 0.43

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC7E73 (or 0xDC7E73) is known color: New York Pink. HEX triplet: DC, 7E and 73. RGB value is (220,126,115). Sum of RGB (Red+Green+Blue) = 220+126+115=461 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.72% from 461); Green value is 126 (49.61% from 255 or 27.33% from 461); Blue value is 115 (45.31% from 255 or 24.95% from 461); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7E73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7E73 is #23818C. Grayscale: #989898. Windows color (decimal): -2326925 or 7569116. OLE color: 7569116.

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

Color convert

RGB 220 126 115 -
CMYK 0 0.43 0.48 0.14
HSL 6.29º 0.6% 0.66% -
HSV(B) 6.29º 0.48% 0.86% -
XYZ 40.07 31.38 20.16 -
YUV 152.85 106.64 175.89 -
System Red Green Blue C M Y K H S L
Decimal 220 126 115 0 0.43 0.48 0.14 6.29 0.6 0.66
Hex DC 7E 73 0 2B 30 E 6 3C 42
Octal 334 176 163 0 53 60 16 6 74 102
Binary 11011100 1111110 1110011 0 101011 110000 1110 110 111100 1000010

Color Harmonies of #DC7E73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7E73

Black with #DC7E73

Text Example


Text Example

White with #DC7E73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7E73; }

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

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

background-color css

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

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

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

border-color css

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

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

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