Html Css Color HEX #D57C74 New York Pink

📋 copy color: '#D57C74'

red 213 ◦ green 124 ◦ blue 116

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

Shades of New York Pink #D57C74

Tints of New York Pink #D57C74

RGB

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

 GREEN value IS 124 (48.83% from 255) = 27.37%

 BLUE value IS 116 (45.7% from 255) = 25.61%

R = 47.02%
G = 27.37%
B = 25.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.46

 K value IS 0.16

RGB Variations

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

Color information

#D57C74 (or 0xD57C74) is known color: New York Pink. HEX triplet: D5, 7C and 74. RGB value is (213,124,116). Sum of RGB (Red+Green+Blue) = 213+124+116=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 124 (48.83% from 255 or 27.37% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C74 is #2A838B. Grayscale: #959595. Windows color (decimal): -2786188 or 7634133. OLE color: 7634133.

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

Color convert

RGB 213 124 116 -
CMYK 0 0.42 0.46 0.16
HSL 4.95º 0.54% 0.65% -
HSV(B) 4.95º 0.46% 0.84% -
XYZ 37.8 29.82 20.29 -
YUV 149.7 108.99 173.15 -
System Red Green Blue C M Y K H S L
Decimal 213 124 116 0 0.42 0.46 0.16 4.95 0.54 0.65
Hex D5 7C 74 0 2A 2E 10 5 36 41
Octal 325 174 164 0 52 56 20 5 66 101
Binary 11010101 1111100 1110100 0 101010 101110 10000 101 110110 1000001

Color Harmonies of #D57C74

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C74

Black with #D57C74

Text Example


Text Example

White with #D57C74

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C74; }

 p { color: rgb(213,124,116); }

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

background-color css

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

 a { background-color: rgb(213,124,116); }

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

border-color css

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

 span { border-color: rgb(213,124,116); }

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