Html Css Color HEX #D57F76 New York Pink

📋 copy color: '#D57F76'

red 213 ◦ green 127 ◦ blue 118

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

Shades of New York Pink #D57F76

Tints of New York Pink #D57F76

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 25.76%

R = 46.51%
G = 27.73%
B = 25.76%

CMYK

 C value IS 0

 M value IS 0.40

 Y value IS 0.45

 K value IS 0.16

RGB Variations

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

Color information

#D57F76 (or 0xD57F76) is known color: New York Pink. HEX triplet: D5, 7F and 76. RGB value is (213,127,118). Sum of RGB (Red+Green+Blue) = 213+127+118=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 127 (50% from 255 or 27.73% from 458); Blue value is 118 (46.48% from 255 or 25.76% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D57F76 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57F76 is #2A8089. Grayscale: #979797. Windows color (decimal): -2785418 or 7765973. OLE color: 7765973.

HSL color Cylindrical-coordinate representation of color #D57F76: hue angle of 5.68º degrees, saturation: 0.53, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D57F76 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.16.

Color convert

RGB 213 127 118 -
CMYK 0 0.40 0.45 0.16
HSL 5.68º 0.53% 0.65% -
HSV(B) 5.68º 0.45% 0.84% -
XYZ 38.3 30.63 21.03 -
YUV 151.69 108.99 171.73 -
System Red Green Blue C M Y K H S L
Decimal 213 127 118 0 0.40 0.45 0.16 5.68 0.53 0.65
Hex D5 7F 76 0 28 2D 10 6 35 41
Octal 325 177 166 0 50 55 20 6 65 101
Binary 11010101 1111111 1110110 0 101000 101101 10000 110 110101 1000001

Color Harmonies of #D57F76

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57F76

Black with #D57F76

Text Example


Text Example

White with #D57F76

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57F76; }

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

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

background-color css

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

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

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

border-color css

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

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

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