Html Css Color HEX #D57671 New York Pink

📋 copy color: '#D57671'

red 213 ◦ green 118 ◦ blue 113

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

Shades of New York Pink #D57671

Tints of New York Pink #D57671

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.58%

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

R = 47.97%
G = 26.58%
B = 25.45%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57671 (or 0xD57671) is known color: New York Pink. HEX triplet: D5, 76 and 71. RGB value is (213,118,113). Sum of RGB (Red+Green+Blue) = 213+118+113=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 118 (46.48% from 255 or 26.58% from 444); Blue value is 113 (44.53% from 255 or 25.45% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57671 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57671 is #2A898E. Grayscale: #919191. Windows color (decimal): -2787727 or 7435989. OLE color: 7435989.

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

Color convert

RGB 213 118 113 -
CMYK 0 0.45 0.47 0.16
HSL 0.54% 0.64% -
HSV(B) 0.47% 0.84% -
XYZ 36.9 28.3 19.14 -
YUV 145.84 109.47 175.91 -
System Red Green Blue C M Y K H S L
Decimal 213 118 113 0 0.45 0.47 0.16 3 0.54 0.64
Hex D5 76 71 0 2D 2F 10 3 36 40
Octal 325 166 161 0 55 57 20 3 66 100
Binary 11010101 1110110 1110001 0 101101 101111 10000 11 110110 1000000

Color Harmonies of #D57671

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57671

Black with #D57671

Text Example


Text Example

White with #D57671

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57671; }

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

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

background-color css

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

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

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

border-color css

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

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

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