Html Css Color HEX #DA8071 New York Pink

📋 copy color: '#DA8071'

red 218 ◦ green 128 ◦ blue 113

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

Shades of New York Pink #DA8071

Tints of New York Pink #DA8071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 27.89%

 BLUE value IS 113 (44.53% from 255) = 24.62%

R = 47.49%
G = 27.89%
B = 24.62%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.48

 K value IS 0.15

RGB Variations

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

Color information

#DA8071 (or 0xDA8071) is known color: New York Pink. HEX triplet: DA, 80 and 71. RGB value is (218,128,113). Sum of RGB (Red+Green+Blue) = 218+128+113=459 (60% of max value = 765). Red value is 218 (85.55% from 255 or 47.49% from 459); Green value is 128 (50.39% from 255 or 27.89% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8071 is #257F8E. Grayscale: #999999. Windows color (decimal): -2457487 or 7438554. OLE color: 7438554.

HSL color Cylindrical-coordinate representation of color #DA8071: hue angle of 8.57º degrees, saturation: 0.59, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #DA8071 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 128 113 -
CMYK 0 0.41 0.48 0.15
HSL 8.57º 0.59% 0.65% -
HSV(B) 8.57º 0.48% 0.85% -
XYZ 39.61 31.54 19.62 -
YUV 153.2 105.32 174.22 -
System Red Green Blue C M Y K H S L
Decimal 218 128 113 0 0.41 0.48 0.15 8.57 0.59 0.65
Hex DA 80 71 0 29 30 F 9 3B 41
Octal 332 200 161 0 51 60 17 11 73 101
Binary 11011010 10000000 1110001 0 101001 110000 1111 1001 111011 1000001

Color Harmonies of #DA8071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8071

Black with #DA8071

Text Example


Text Example

White with #DA8071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8071; }

 p { color: rgb(218,128,113); }

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

background-color css

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

 a { background-color: rgb(218,128,113); }

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

border-color css

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

 span { border-color: rgb(218,128,113); }

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