#DA8775

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

Shades of New York Pink #DA8775

Tints of New York Pink #DA8775

Color information

#DA8775 (or 0xDA8775) is unknown color: approx New York Pink. HEX triplet: DA, 87 and 75. RGB value is (218,135,117). Sum of RGB (Red+Green+Blue) = 218+135+117=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 135 (53.12% from 255 or 28.72% from 470); Blue value is 117 (46.09% from 255 or 24.89% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8775 is #25788A. Grayscale: #9D9D9D. Windows color (decimal): -2455691 or 7702490. OLE color: 7702490.

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

Color convert

RGB218135117-
CMYK00.380.460.15
HSL10.69º57.71%65.69%-
HSV(B)10.69º46.33%85.49%-
XYZ40.7933.5221.15-
YUV157.76105170.96-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 135 (53.12% from 255) = 28.72%
BLUE value IS 117 (46.09% from 255) = 24.89%
R=46.38%
G=28.72%
B=24.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813511700.380.460.1510.6957.7165.69
HexDA87750262EFb3a42
Octal33220716504656171372102
Binary110110101000011111101010100110101110111110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8775; }

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

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

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

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

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

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

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

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