#DA8879

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

Shades of New York Pink #DA8879

Tints of New York Pink #DA8879

Color information

#DA8879 (or 0xDA8879) is unknown color: approx New York Pink. HEX triplet: DA, 88 and 79. RGB value is (218,136,121). Sum of RGB (Red+Green+Blue) = 218+136+121=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 136 (53.52% from 255 or 28.63% from 475); Blue value is 121 (47.66% from 255 or 25.47% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8879 is #257786. Grayscale: #9E9E9E. Windows color (decimal): -2455431 or 7964890. OLE color: 7964890.

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

Color convert

RGB218136121-
CMYK00.380.440.15
HSL9.28º56.73%66.47%-
HSV(B)9.28º44.5%85.49%-
XYZ41.1733.8922.46-
YUV158.81106.67170.22-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 136 (53.52% from 255) = 28.63%
BLUE value IS 121 (47.66% from 255) = 25.47%
R=45.89%
G=28.63%
B=25.47%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813612100.380.440.159.2856.7366.47
HexDA88790262CF93942
Octal33221017104654171171102
Binary110110101000100011110010100110101100111110011110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8879; }

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

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

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

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

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

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

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

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