#DC7D75

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

Shades of New York Pink #DC7D75

Tints of New York Pink #DC7D75

Color information

#DC7D75 (or 0xDC7D75) is unknown color: approx New York Pink. HEX triplet: DC, 7D and 75. RGB value is (220,125,117). Sum of RGB (Red+Green+Blue) = 220+125+117=462 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.62% from 462); Green value is 125 (49.22% from 255 or 27.06% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 220 - color contains mainly: red. Hex color #DC7D75 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DC7D75 is #23828A. Grayscale: #989898. Windows color (decimal): -2327179 or 7699932. OLE color: 7699932.

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

Color convert

RGB220125117-
CMYK00.430.470.14
HSL4.66º59.54%66.08%-
HSV(B)4.66º46.82%86.27%-
XYZ40.0631.1720.73-
YUV152.49107.97176.15-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.62%
GREEN value IS 125 (49.22% from 255) = 27.06%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=47.62%
G=27.06%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012511700.430.470.144.6659.5466.08
HexDC7D7502B2FE53c42
Octal3341751650535716574102
Binary1101110011111011110101010101110111111101011111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DC7D75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DC7D75; }

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

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

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

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

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

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

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

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