#DA8171

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

Shades of New York Pink #DA8171

Tints of New York Pink #DA8171

Color information

#DA8171 (or 0xDA8171) is unknown color: approx New York Pink. HEX triplet: DA, 81 and 71. RGB value is (218,129,113). Sum of RGB (Red+Green+Blue) = 218+129+113=460 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.39% from 460); Green value is 129 (50.78% from 255 or 28.04% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8171 is #257E8E. Grayscale: #999999. Windows color (decimal): -2457231 or 7438810. OLE color: 7438810.

HSL color Cylindrical-coordinate representation of color #DA8171: hue angle of 9.14º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA8171 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB218129113-
CMYK00.410.480.15
HSL9.14º58.66%64.9%-
HSV(B)9.14º48.17%85.49%-
XYZ39.7431.819.67-
YUV153.79104.99173.8-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.39%
GREEN value IS 129 (50.78% from 255) = 28.04%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=47.39%
G=28.04%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812911300.410.480.159.1458.6664.9
HexDA817102930F93b41
Octal33220116105160171173101
Binary110110101000000111100010101001110000111110011110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8171; }

 p { color: rgb(218,129,113); }

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

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

 a { background-color: rgb(218,129,113); }

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

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

 span { border-color: rgb(218,129,113); }

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