#DA8578

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

Shades of New York Pink #DA8578

Tints of New York Pink #DA8578

Color information

#DA8578 (or 0xDA8578) is unknown color: approx New York Pink. HEX triplet: DA, 85 and 78. RGB value is (218,133,120). Sum of RGB (Red+Green+Blue) = 218+133+120=471 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.28% from 471); Green value is 133 (52.34% from 255 or 28.24% from 471); Blue value is 120 (47.27% from 255 or 25.48% from 471); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8578 is #257A87. Grayscale: #9D9D9D. Windows color (decimal): -2456200 or 7898586. OLE color: 7898586.

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

Color convert

RGB218133120-
CMYK00.390.450.15
HSL7.96º56.98%66.27%-
HSV(B)7.96º44.95%85.49%-
XYZ40.6933.0422-
YUV156.93107.16171.56-

RGB Variations

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

RGB

RED value IS 218 (85.55% from 255) = 46.28%
GREEN value IS 133 (52.34% from 255) = 28.24%
BLUE value IS 120 (47.27% from 255) = 25.48%
R=46.28%
G=28.24%
B=25.48%

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
Decimal21813312000.390.450.157.9656.9866.27
HexDA85780272DF83942
Octal33220517004755171071102
Binary110110101000010111110000100111101101111110001110011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DA8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DA8578; }

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

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

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

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

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

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

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

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