Html Css Color HEX #D57771 New York Pink

📋 copy color: '#D57771'

red 213 ◦ green 119 ◦ blue 113

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

Shades of New York Pink #D57771

Tints of New York Pink #D57771

RGB

 RED value IS 213 (83.59% from 255) = 47.87%

 GREEN value IS 119 (46.88% from 255) = 26.74%

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

R = 47.87%
G = 26.74%
B = 25.39%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57771 (or 0xD57771) is known color: New York Pink. HEX triplet: D5, 77 and 71. RGB value is (213,119,113). Sum of RGB (Red+Green+Blue) = 213+119+113=445 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.87% from 445); Green value is 119 (46.88% from 255 or 26.74% from 445); Blue value is 113 (44.53% from 255 or 25.39% from 445); Max value from RGB is 213 - color contains mainly: red. Hex color #D57771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57771 is #2A888E. Grayscale: #929292. Windows color (decimal): -2787471 or 7436245. OLE color: 7436245.

HSL color Cylindrical-coordinate representation of color #D57771: hue angle of 3.6º degrees, saturation: 0.54, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #D57771 is Cyan = 0, Magento = 0.44, Yellow = 0.47 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 119 113 -
CMYK 0 0.44 0.47 0.16
HSL 3.6º 0.54% 0.64% -
HSV(B) 3.6º 0.47% 0.84% -
XYZ 37.02 28.53 19.18 -
YUV 146.42 109.14 175.49 -
System Red Green Blue C M Y K H S L
Decimal 213 119 113 0 0.44 0.47 0.16 3.6 0.54 0.64
Hex D5 77 71 0 2C 2F 10 4 36 40
Octal 325 167 161 0 54 57 20 4 66 100
Binary 11010101 1110111 1110001 0 101100 101111 10000 100 110110 1000000

Color Harmonies of #D57771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57771

Black with #D57771

Text Example


Text Example

White with #D57771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57771; }

 p { color: rgb(213,119,113); }

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

background-color css

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

 a { background-color: rgb(213,119,113); }

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

border-color css

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

 span { border-color: rgb(213,119,113); }

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