Html Css Color HEX #DA8175 New York Pink

📋 copy color: '#DA8175'

red 218 ◦ green 129 ◦ blue 117

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

Shades of New York Pink #DA8175

Tints of New York Pink #DA8175

RGB

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

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

 BLUE value IS 117 (46.09% from 255) = 25.22%

R = 46.98%
G = 27.8%
B = 25.22%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.46

 K value IS 0.15

RGB Variations

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

Color information

#DA8175 (or 0xDA8175) is known color: New York Pink. HEX triplet: DA, 81 and 75. RGB value is (218,129,117). Sum of RGB (Red+Green+Blue) = 218+129+117=464 (61% of max value = 765). Red value is 218 (85.55% from 255 or 46.98% from 464); Green value is 129 (50.78% from 255 or 27.80% from 464); Blue value is 117 (46.09% from 255 or 25.22% from 464); Max value from RGB is 218 - color contains mainly: red. Hex color #DA8175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DA8175 is #257E8A. Grayscale: #9A9A9A. Windows color (decimal): -2457227 or 7700954. OLE color: 7700954.

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

Color convert

RGB 218 129 117 -
CMYK 0 0.41 0.46 0.15
HSL 7.13º 0.58% 0.66% -
HSV(B) 7.13º 0.46% 0.85% -
XYZ 39.97 31.89 20.88 -
YUV 154.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 218 129 117 0 0.41 0.46 0.15 7.13 0.58 0.66
Hex DA 81 75 0 29 2E F 7 3A 42
Octal 332 201 165 0 51 56 17 7 72 102
Binary 11011010 10000001 1110101 0 101001 101110 1111 111 111010 1000010

Color Harmonies of #DA8175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #DA8175

Black with #DA8175

Text Example


Text Example

White with #DA8175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #DA8175; }

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

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

background-color css

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

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

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

border-color css

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

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

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