Html Css Color HEX #D57F71 New York Pink

📋 copy color: '#D57F71'

red 213 ◦ green 127 ◦ blue 113

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

Shades of New York Pink #D57F71

Tints of New York Pink #D57F71

RGB

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

 GREEN value IS 127 (50% from 255) = 28.04%

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

R = 47.02%
G = 28.04%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57F71 (or 0xD57F71) is known color: New York Pink. HEX triplet: D5, 7F and 71. RGB value is (213,127,113). Sum of RGB (Red+Green+Blue) = 213+127+113=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 113 (44.53% from 255 or 24.94% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F71 is #2A808E. Grayscale: #979797. Windows color (decimal): -2785423 or 7438293. OLE color: 7438293.

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

Color convert

RGB 213 127 113 -
CMYK 0 0.40 0.47 0.16
HSL 8.4º 0.54% 0.64% -
HSV(B) 8.4º 0.47% 0.84% -
XYZ 38.01 30.52 19.51 -
YUV 151.12 106.49 172.14 -
System Red Green Blue C M Y K H S L
Decimal 213 127 113 0 0.40 0.47 0.16 8.4 0.54 0.64
Hex D5 7F 71 0 28 2F 10 8 36 40
Octal 325 177 161 0 50 57 20 10 66 100
Binary 11010101 1111111 1110001 0 101000 101111 10000 1000 110110 1000000

Color Harmonies of #D57F71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F71

Black with #D57F71

Text Example


Text Example

White with #D57F71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F71; }

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

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

background-color css

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

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

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

border-color css

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

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

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