#dc7f74

Color #DC7F74 New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #DC7F74

Tints of New York Pink #DC7F74

Color information

#DC7F74 (or 0xDC7F74) is unknown color: approx New York Pink. HEX triplet: DC, 7F and 74. RGB value is (220,127,116). Sum of RGB (Red+Green+Blue) = 220+127+116=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 127 (50% from 255 or 27.43% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7F74 is #23808B. Grayscale: #999999. Windows color (decimal): -2326668 or 7634908. OLE color: 7634908.

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

Color convert

RGB220127116-
CMYK00.420.470.14
HSL6.35º59.77%65.88%-
HSV(B)6.35º47.27%86.27%-
XYZ40.2631.6620.51-
YUV153.55106.81175.39-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.52%
GREEN value IS 127 (50% from 255) = 27.43%
BLUE value IS 116 (45.70% from 255) = 25.05%
R=47.52%
G=27.43%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012711600.420.470.146.3559.7765.88
HexDC7F7402A2FE63c42
Octal3341771640525716674102
Binary1101110011111111110100010101010111111101101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc7f74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc7f74; }

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

 H1.HeaderClassName
 {
   color: #dc7f74;
 }
 .AnyTagClassName
 {
   color: #dc7f74;
 }
</style>
background-color css

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

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

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

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

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

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