#DA8875

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

Shades of New York Pink #DA8875

Tints of New York Pink #DA8875

Color information

#DA8875 (or 0xDA8875) is unknown color: approx New York Pink. HEX triplet: DA, 88 and 75. RGB value is (218,136,117). Sum of RGB (Red+Green+Blue) = 218+136+117=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 136 (53.52% from 255 or 28.87% from 471); Blue value is 117 (46.09% from 255 or 24.84% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8875 is #25778A. Grayscale: #9E9E9E. Windows color (decimal): -2455435 or 7702746. OLE color: 7702746.

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

Color convert

RGB218136117-
CMYK00.380.460.15
HSL11.29º57.71%65.69%-
HSV(B)11.29º46.33%85.49%-
XYZ40.9333.821.2-
YUV158.35104.67170.54-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 136 (53.52% from 255) = 28.87%
BLUE value IS 117 (46.09% from 255) = 24.84%
R=46.28%
G=28.87%
B=24.84%

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
Decimal21813611700.380.460.1511.2957.7165.69
HexDA88750262EFb3a42
Octal33221016504656171372102
Binary110110101000100011101010100110101110111110111110101000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8875; }

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

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

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

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

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

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

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

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