Html Css Color HEX #DC7F73 New York Pink

📋 copy color: '#DC7F73'

red 220 ◦ green 127 ◦ blue 115

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

Shades of New York Pink #DC7F73

Tints of New York Pink #DC7F73

RGB

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

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

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

R = 47.62%
G = 27.49%
B = 24.89%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.14

RGB Variations

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

Color information

#DC7F73 (or 0xDC7F73) is known color: New York Pink. HEX triplet: DC, 7F and 73. RGB value is (220,127,115). Sum of RGB (Red+Green+Blue) = 220+127+115=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 127 (50% from 255 or 27.49% from 462); Blue value is 115 (45.31% from 255 or 24.89% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F73 is #23808C. Grayscale: #999999. Windows color (decimal): -2326669 or 7569372. OLE color: 7569372.

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

Color convert

RGB 220 127 115 -
CMYK 0 0.42 0.48 0.14
HSL 6.86º 0.6% 0.66% -
HSV(B) 6.86º 0.48% 0.86% -
XYZ 40.2 31.63 20.21 -
YUV 153.44 106.31 175.48 -
System Red Green Blue C M Y K H S L
Decimal 220 127 115 0 0.42 0.48 0.14 6.86 0.6 0.66
Hex DC 7F 73 0 2A 30 E 7 3C 42
Octal 334 177 163 0 52 60 16 7 74 102
Binary 11011100 1111111 1110011 0 101010 110000 1110 111 111100 1000010

Color Harmonies of #DC7F73

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DC7F73

Black with #DC7F73

Text Example


Text Example

White with #DC7F73

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DC7F73; }

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

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

background-color css

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

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

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

border-color css

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

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

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