Html Css Color HEX #D57C70 New York Pink

📋 copy color: '#D57C70'

red 213 ◦ green 124 ◦ blue 112

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

Shades of New York Pink #D57C70

Tints of New York Pink #D57C70

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 24.94%

R = 47.44%
G = 27.62%
B = 24.94%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57C70 (or 0xD57C70) is known color: New York Pink. HEX triplet: D5, 7C and 70. RGB value is (213,124,112). Sum of RGB (Red+Green+Blue) = 213+124+112=449 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.44% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 112 (44.14% from 255 or 24.94% from 449); Max value from RGB is 213 - color contains mainly: red. Hex color #D57C70 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57C70 is #2A838F. Grayscale: #959595. Windows color (decimal): -2786192 or 7371989. OLE color: 7371989.

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

Color convert

RGB 213 124 112 -
CMYK 0 0.42 0.47 0.16
HSL 7.13º 0.55% 0.64% -
HSV(B) 7.13º 0.47% 0.84% -
XYZ 37.57 29.73 19.09 -
YUV 149.24 106.99 173.48 -
System Red Green Blue C M Y K H S L
Decimal 213 124 112 0 0.42 0.47 0.16 7.13 0.55 0.64
Hex D5 7C 70 0 2A 2F 10 7 37 40
Octal 325 174 160 0 52 57 20 7 67 100
Binary 11010101 1111100 1110000 0 101010 101111 10000 111 110111 1000000

Color Harmonies of #D57C70

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57C70

Black with #D57C70

Text Example


Text Example

White with #D57C70

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57C70; }

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

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

background-color css

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

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

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

border-color css

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

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

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