Html Css Color HEX #DA8277 New York Pink

📋 copy color: '#DA8277'

red 218 ◦ green 130 ◦ blue 119

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

Shades of New York Pink #DA8277

Tints of New York Pink #DA8277

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 25.48%

R = 46.68%
G = 27.84%
B = 25.48%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.15

RGB Variations

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

Color information

#DA8277 (or 0xDA8277) is known color: New York Pink. HEX triplet: DA, 82 and 77. RGB value is (218,130,119). Sum of RGB (Red+Green+Blue) = 218+130+119=467 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.68% from 467); Green value is 130 (51.17% from 255 or 27.84% from 467); Blue value is 119 (46.88% from 255 or 25.48% from 467); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8277 is #257D88. Grayscale: #9B9B9B. Windows color (decimal): -2456969 or 7832282. OLE color: 7832282.

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

Color convert

RGB 218 130 119 -
CMYK 0 0.40 0.45 0.15
HSL 6.67º 0.57% 0.66% -
HSV(B) 6.67º 0.45% 0.85% -
XYZ 40.23 32.2 21.55 -
YUV 155.06 107.65 172.89 -
System Red Green Blue C M Y K H S L
Decimal 218 130 119 0 0.40 0.45 0.15 6.67 0.57 0.66
Hex DA 82 77 0 28 2D F 7 39 42
Octal 332 202 167 0 50 55 17 7 71 102
Binary 11011010 10000010 1110111 0 101000 101101 1111 111 111001 1000010

Color Harmonies of #DA8277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8277

Black with #DA8277

Text Example


Text Example

White with #DA8277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8277; }

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

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

background-color css

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

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

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

border-color css

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

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

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