Html Css Color HEX #DA8578 New York Pink

📋 copy color: '#DA8578'

red 218 ◦ green 133 ◦ blue 120

#DA8578
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of New York Pink #DA8578

Tints of New York Pink #DA8578

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 value IS 0

 M value IS 0.39

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8578 (or 0xDA8578) is known color: 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

RGB 218 133 120 -
CMYK 0 0.39 0.45 0.15
HSL 7.96º 0.57% 0.66% -
HSV(B) 7.96º 0.45% 0.85% -
XYZ 40.69 33.04 22 -
YUV 156.93 107.16 171.56 -
System Red Green Blue C M Y K H S L
Decimal 218 133 120 0 0.39 0.45 0.15 7.96 0.57 0.66
Hex DA 85 78 0 27 2D F 8 39 42
Octal 332 205 170 0 47 55 17 10 71 102
Binary 11011010 10000101 1111000 0 100111 101101 1111 1000 111001 1000010

Color Harmonies of #DA8578

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8578

Black with #DA8578

Text Example


Text Example

White with #DA8578

Text Example


Text Example

HTML Codes & Css Web 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>