Html Css Color HEX #DA8979 New York Pink

📋 copy color: '#DA8979'

red 218 ◦ green 137 ◦ blue 121

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

Shades of New York Pink #DA8979

Tints of New York Pink #DA8979

RGB

 RED value IS 218 (85.55% from 255) = 45.8%

 GREEN value IS 137 (53.91% from 255) = 28.78%

 BLUE value IS 121 (47.66% from 255) = 25.42%

R = 45.8%
G = 28.78%
B = 25.42%

CMYK

 C value IS 0

 M value IS 0.37

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA8979 (or 0xDA8979) is known color: New York Pink. HEX triplet: DA, 89 and 79. RGB value is (218,137,121). Sum of RGB (Red+Green+Blue) = 218+137+121=476 (63% of max value = 765). Red value is 218 (85.55% from 255 or 45.80% from 476); Green value is 137 (53.91% from 255 or 28.78% from 476); Blue value is 121 (47.66% from 255 or 25.42% from 476); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8979 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8979 is #257686. Grayscale: #9F9F9F. Windows color (decimal): -2455175 or 7965146. OLE color: 7965146.

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

Color convert

RGB 218 137 121 -
CMYK 0 0.37 0.44 0.15
HSL 9.9º 0.57% 0.66% -
HSV(B) 9.9º 0.44% 0.85% -
XYZ 41.31 34.18 22.51 -
YUV 159.4 106.34 169.8 -
System Red Green Blue C M Y K H S L
Decimal 218 137 121 0 0.37 0.44 0.15 9.9 0.57 0.66
Hex DA 89 79 0 25 2C F A 39 42
Octal 332 211 171 0 45 54 17 12 71 102
Binary 11011010 10001001 1111001 0 100101 101100 1111 1010 111001 1000010

Color Harmonies of #DA8979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8979

Black with #DA8979

Text Example


Text Example

White with #DA8979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8979; }

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

 H1.HeaderClassName
 {
   color: #DA8979;
 }
 .AnyTagClassName
 {
   color: #DA8979;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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