#DA8371

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

Shades of New York Pink #DA8371

Tints of New York Pink #DA8371

Color information

#DA8371 (or 0xDA8371) is unknown color: approx New York Pink. HEX triplet: DA, 83 and 71. RGB value is (218,131,113). Sum of RGB (Red+Green+Blue) = 218+131+113=462 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.19% from 462); Green value is 131 (51.56% from 255 or 28.35% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8371 is #257C8E. Grayscale: #9B9B9B. Windows color (decimal): -2456719 or 7439322. OLE color: 7439322.

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

Color convert

RGB218131113-
CMYK00.400.480.15
HSL10.29º58.66%64.9%-
HSV(B)10.29º48.17%85.49%-
XYZ40.0132.3319.75-
YUV154.96104.32172.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 47.19%
GREEN value IS 131 (51.56% from 255) = 28.35%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=47.19%
G=28.35%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813111300.400.480.1510.2958.6664.9
HexDA837102830Fa3b41
Octal33220316105060171273101
Binary110110101000001111100010101000110000111110101110111000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8371; }

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

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

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

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

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

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

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

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