Html Css Color HEX #DA8172 New York Pink

📋 copy color: '#DA8172'

red 218 ◦ green 129 ◦ blue 114

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

Shades of New York Pink #DA8172

Tints of New York Pink #DA8172

RGB

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

 GREEN value IS 129 (50.78% from 255) = 27.98%

 BLUE value IS 114 (44.92% from 255) = 24.73%

R = 47.29%
G = 27.98%
B = 24.73%

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

#DA8172 (or 0xDA8172) is known color: New York Pink. HEX triplet: DA, 81 and 72. RGB value is (218,129,114). Sum of RGB (Red+Green+Blue) = 218+129+114=461 (61% of max value = 765). Red value is 218 (85.55% from 255 or 47.29% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8172 is #257E8D. Grayscale: #9A9A9A. Windows color (decimal): -2457230 or 7504346. OLE color: 7504346.

HSL color Cylindrical-coordinate representation of color #DA8172: hue angle of 8.65º degrees, saturation: 0.58, 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 #DA8172 is Cyan = 0, Magento = 0.41, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB 218 129 114 -
CMYK 0 0.41 0.48 0.15
HSL 8.65º 0.58% 0.65% -
HSV(B) 8.65º 0.48% 0.85% -
XYZ 39.8 31.82 19.96 -
YUV 153.9 105.49 173.72 -
System Red Green Blue C M Y K H S L
Decimal 218 129 114 0 0.41 0.48 0.15 8.65 0.58 0.65
Hex DA 81 72 0 29 30 F 9 3A 41
Octal 332 201 162 0 51 60 17 11 72 101
Binary 11011010 10000001 1110010 0 101001 110000 1111 1001 111010 1000001

Color Harmonies of #DA8172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8172

Black with #DA8172

Text Example


Text Example

White with #DA8172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8172; }

 p { color: rgb(218,129,114); }

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

background-color css

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

 a { background-color: rgb(218,129,114); }

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

border-color css

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

 span { border-color: rgb(218,129,114); }

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