Html Css Color HEX #DA8279 New York Pink

📋 copy color: '#DA8279'

red 218 ◦ green 130 ◦ blue 121

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

Shades of New York Pink #DA8279

Tints of New York Pink #DA8279

RGB

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

 GREEN value IS 130 (51.17% from 255) = 27.72%

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

R = 46.48%
G = 27.72%
B = 25.8%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.44

 K value IS 0.15

RGB Variations

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

Color information

#DA8279 (or 0xDA8279) is known color: New York Pink. HEX triplet: DA, 82 and 79. RGB value is (218,130,121). Sum of RGB (Red+Green+Blue) = 218+130+121=469 (62% of max value = 765). Red value is 218 (85.55% from 255 or 46.48% from 469); Green value is 130 (51.17% from 255 or 27.72% from 469); Blue value is 121 (47.66% from 255 or 25.80% from 469); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8279 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8279 is #257D86. Grayscale: #9B9B9B. Windows color (decimal): -2456967 or 7963354. OLE color: 7963354.

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

Color convert

RGB 218 130 121 -
CMYK 0 0.40 0.44 0.15
HSL 5.57º 0.57% 0.66% -
HSV(B) 5.57º 0.44% 0.85% -
XYZ 40.35 32.25 22.19 -
YUV 155.29 108.65 172.73 -
System Red Green Blue C M Y K H S L
Decimal 218 130 121 0 0.40 0.44 0.15 5.57 0.57 0.66
Hex DA 82 79 0 28 2C F 6 39 42
Octal 332 202 171 0 50 54 17 6 71 102
Binary 11011010 10000010 1111001 0 101000 101100 1111 110 111001 1000010

Color Harmonies of #DA8279

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8279

Black with #DA8279

Text Example


Text Example

White with #DA8279

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8279; }

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

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

background-color css

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

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

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

border-color css

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

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

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