#DA8975

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

Shades of New York Pink #DA8975

Tints of New York Pink #DA8975

Color information

#DA8975 (or 0xDA8975) is unknown color: approx New York Pink. HEX triplet: DA, 89 and 75. RGB value is (218,137,117). Sum of RGB (Red+Green+Blue) = 218+137+117=472 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.19% from 472); Green value is 137 (53.91% from 255 or 29.03% from 472); Blue value is 117 (46.09% from 255 or 24.79% from 472); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8975 is #25768A. Grayscale: #9F9F9F. Windows color (decimal): -2455179 or 7703002. OLE color: 7703002.

HSL color Cylindrical-coordinate representation of color #DA8975: hue angle of 11.88º degrees, saturation: 0.58, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DA8975 is Cyan = 0, Magento = 0.37, Yellow = 0.46 and Black (K on CMYK) = 0.15.

Color convert

RGB218137117-
CMYK00.370.460.15
HSL11.88º57.71%65.69%-
HSV(B)11.88º46.33%85.49%-
XYZ41.0734.0821.24-
YUV158.94104.34170.13-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.19%
GREEN value IS 137 (53.91% from 255) = 29.03%
BLUE value IS 117 (46.09% from 255) = 24.79%
R=46.19%
G=29.03%
B=24.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813711700.370.460.1511.8857.7165.69
HexDA89750252EFc3a42
Octal33221116504556171472102
Binary110110101000100111101010100101101110111111001110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8975; }

 p { color: rgb(218,137,117); }

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

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

 a { background-color: rgb(218,137,117); }

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

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

 span { border-color: rgb(218,137,117); }

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