#DA8978

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

Shades of New York Pink #DA8978

Tints of New York Pink #DA8978

Color information

#DA8978 (or 0xDA8978) is unknown color: approx New York Pink. HEX triplet: DA, 89 and 78. RGB value is (218,137,120). Sum of RGB (Red+Green+Blue) = 218+137+120=475 (62% of max value = 765). Red value is 218 (85.55% from 255 or 45.89% from 475); Green value is 137 (53.91% from 255 or 28.84% from 475); Blue value is 120 (47.27% from 255 or 25.26% from 475); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8978 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8978 is #257687. Grayscale: #9F9F9F. Windows color (decimal): -2455176 or 7899610. OLE color: 7899610.

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

Color convert

RGB218137120-
CMYK00.370.450.15
HSL10.41º56.98%66.27%-
HSV(B)10.41º44.95%85.49%-
XYZ41.2534.1522.19-
YUV159.28105.84169.88-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 45.89%
GREEN value IS 137 (53.91% from 255) = 28.84%
BLUE value IS 120 (47.27% from 255) = 25.26%
R=45.89%
G=28.84%
B=25.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21813712000.370.450.1510.4156.9866.27
HexDA89780252DFa3942
Octal33221117004555171271102
Binary110110101000100111110000100101101101111110101110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8978

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8978; }

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

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

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

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

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

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

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

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