Html Css Color HEX #D57770 New York Pink

📋 copy color: '#D57770'

red 213 ◦ green 119 ◦ blue 112

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

Shades of New York Pink #D57770

Tints of New York Pink #D57770

RGB

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

 GREEN value IS 119 (46.88% from 255) = 26.8%

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

R = 47.97%
G = 26.8%
B = 25.23%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D57770 (or 0xD57770) is known color: New York Pink. HEX triplet: D5, 77 and 70. RGB value is (213,119,112). Sum of RGB (Red+Green+Blue) = 213+119+112=444 (58% of max value = 765). Red value is 213 (83.59% from 255 or 47.97% from 444); Green value is 119 (46.88% from 255 or 26.80% from 444); Blue value is 112 (44.14% from 255 or 25.23% from 444); Max value from RGB is 213 - color contains mainly: red. Hex color #D57770 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57770 is #2A888F. Grayscale: #929292. Windows color (decimal): -2787472 or 7370709. OLE color: 7370709.

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

Color convert

RGB 213 119 112 -
CMYK 0 0.44 0.47 0.16
HSL 4.16º 0.55% 0.64% -
HSV(B) 4.16º 0.47% 0.84% -
XYZ 36.96 28.51 18.88 -
YUV 146.31 108.64 175.57 -
System Red Green Blue C M Y K H S L
Decimal 213 119 112 0 0.44 0.47 0.16 4.16 0.55 0.64
Hex D5 77 70 0 2C 2F 10 4 37 40
Octal 325 167 160 0 54 57 20 4 67 100
Binary 11010101 1110111 1110000 0 101100 101111 10000 100 110111 1000000

Color Harmonies of #D57770

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D57770

Black with #D57770

Text Example


Text Example

White with #D57770

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D57770; }

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

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

background-color css

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

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

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

border-color css

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

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

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