#DA7872

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

Shades of New York Pink #DA7872

Tints of New York Pink #DA7872

Color information

#DA7872 (or 0xDA7872) is unknown color: approx New York Pink. HEX triplet: DA, 78 and 72. RGB value is (218,120,114). Sum of RGB (Red+Green+Blue) = 218+120+114=452 (59% of max value = 765). Red value is 218 (85.55% from 255 or 48.23% from 452); Green value is 120 (47.27% from 255 or 26.55% from 452); Blue value is 114 (44.92% from 255 or 25.22% from 452); Max value from RGB is 218 - color contains mainly: red. Hex color #DA7872 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DA7872 is #25878D. Grayscale: #949494. Windows color (decimal): -2459534 or 7502042. OLE color: 7502042.

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

Color convert

RGB218120114-
CMYK00.450.480.15
HSL3.46º58.43%65.1%-
HSV(B)3.46º47.71%85.49%-
XYZ38.6729.5519.59-
YUV148.62108.47177.49-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 48.23%
GREEN value IS 120 (47.27% from 255) = 26.55%
BLUE value IS 114 (44.92% from 255) = 25.22%
R=48.23%
G=26.55%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21812011400.450.480.153.4658.4365.1
HexDA787202D30F33a41
Octal3321701620556017372101
Binary110110101111000111001001011011100001111111110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA7872

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA7872; }

 p { color: rgb(218,120,114); }

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

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

 a { background-color: rgb(218,120,114); }

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

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

 span { border-color: rgb(218,120,114); }

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