#DA8478

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

Shades of New York Pink #DA8478

Tints of New York Pink #DA8478

Color information

#DA8478 (or 0xDA8478) is unknown color: approx New York Pink. HEX triplet: DA, 84 and 78. RGB value is (218,132,120). Sum of RGB (Red+Green+Blue) = 218+132+120=470 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.38% from 470); Green value is 132 (51.95% from 255 or 28.09% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8478 is #257B87. Grayscale: #9C9C9C. Windows color (decimal): -2456456 or 7898330. OLE color: 7898330.

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

Color convert

RGB218132120-
CMYK00.390.450.15
HSL7.35º56.98%66.27%-
HSV(B)7.35º44.95%85.49%-
XYZ40.5532.7621.96-
YUV156.35107.49171.98-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.38%
GREEN value IS 132 (51.95% from 255) = 28.09%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=46.38%
G=28.09%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813212000.390.450.157.3556.9866.27
HexDA84780272DF73942
Octal3322041700475517771102
Binary11011010100001001111000010011110110111111111110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8478; }

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

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

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

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

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

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

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

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