#dc8175

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

Shades of New York Pink #DC8175

Tints of New York Pink #DC8175

Color information

#DC8175 (or 0xDC8175) is unknown color: approx New York Pink. HEX triplet: DC, 81 and 75. RGB value is (220,129,117). Sum of RGB (Red+Green+Blue) = 220+129+117=466 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.21% from 466); Green value is 129 (50.78% from 255 or 27.68% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 220 - color contains mainly: red. Hex color #DC8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DC8175 is #237E8A. Grayscale: #9A9A9A. Windows color (decimal): -2326155 or 7700956. OLE color: 7700956.

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

Color convert

RGB220129117-
CMYK00.410.470.14
HSL6.99º59.54%66.08%-
HSV(B)6.99º46.82%86.27%-
XYZ40.5832.220.91-
YUV154.84106.65174.48-

RGB Variations

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

RGB

RED value IS 220 (86.33% from 255) = 47.21%
GREEN value IS 129 (50.78% from 255) = 27.68%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=47.21%
G=27.68%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.47
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal22012911700.410.470.146.9959.5466.08
HexDC81750292FE73c42
Octal3342011650515716774102
Binary11011100100000011110101010100110111111101111111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dc8175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dc8175; }

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

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

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

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

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

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

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

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