Html Css Color HEX #D37771 New York Pink

📋 copy color: '#D37771'

red 211 ◦ green 119 ◦ blue 113

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

Shades of New York Pink #D37771

Tints of New York Pink #D37771

RGB

 RED value IS 211 (82.81% from 255) = 47.63%

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

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

R = 47.63%
G = 26.86%
B = 25.51%

CMYK

 C value IS 0

 M value IS 0.44

 Y value IS 0.46

 K value IS 0.17

RGB Variations

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

Color information

#D37771 (or 0xD37771) is known color: New York Pink. HEX triplet: D3, 77 and 71. RGB value is (211,119,113). Sum of RGB (Red+Green+Blue) = 211+119+113=443 (58% of max value = 765). Red value is 211 (82.81% from 255 or 47.63% from 443); Green value is 119 (46.88% from 255 or 26.86% from 443); Blue value is 113 (44.53% from 255 or 25.51% from 443); Max value from RGB is 211 - color contains mainly: red. Hex color #D37771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D37771 is #2C888E. Grayscale: #919191. Windows color (decimal): -2918543 or 7436243. OLE color: 7436243.

HSL color Cylindrical-coordinate representation of color #D37771: hue angle of 3.67º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D37771 is Cyan = 0, Magento = 0.44, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB 211 119 113 -
CMYK 0 0.44 0.46 0.17
HSL 3.67º 0.53% 0.64% -
HSV(B) 3.67º 0.46% 0.83% -
XYZ 36.44 28.23 19.15 -
YUV 145.82 109.48 174.49 -
System Red Green Blue C M Y K H S L
Decimal 211 119 113 0 0.44 0.46 0.17 3.67 0.53 0.64
Hex D3 77 71 0 2C 2E 11 4 35 40
Octal 323 167 161 0 54 56 21 4 65 100
Binary 11010011 1110111 1110001 0 101100 101110 10001 100 110101 1000000

Color Harmonies of #D37771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D37771

Black with #D37771

Text Example


Text Example

White with #D37771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D37771; }

 p { color: rgb(211,119,113); }

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

background-color css

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

 a { background-color: rgb(211,119,113); }

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

border-color css

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

 span { border-color: rgb(211,119,113); }

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