Html Css Color HEX #D77771 New York Pink

📋 copy color: '#D77771'

red 215 ◦ green 119 ◦ blue 113

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

Shades of New York Pink #D77771

Tints of New York Pink #D77771

RGB

 RED value IS 215 (84.38% from 255) = 48.1%

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

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

R = 48.1%
G = 26.62%
B = 25.28%

CMYK

 C value IS 0

 M value IS 0.45

 Y value IS 0.47

 K value IS 0.16

RGB Variations

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

Color information

#D77771 (or 0xD77771) is known color: New York Pink. HEX triplet: D7, 77 and 71. RGB value is (215,119,113). Sum of RGB (Red+Green+Blue) = 215+119+113=447 (59% of max value = 765). Red value is 215 (84.38% from 255 or 48.10% from 447); Green value is 119 (46.88% from 255 or 26.62% from 447); Blue value is 113 (44.53% from 255 or 25.28% from 447); Max value from RGB is 215 - color contains mainly: red. Hex color #D77771 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77771 is #28888E. Grayscale: #939393. Windows color (decimal): -2656399 or 7436247. OLE color: 7436247.

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

Color convert

RGB 215 119 113 -
CMYK 0 0.45 0.47 0.16
HSL 3.53º 0.56% 0.64% -
HSV(B) 3.53º 0.47% 0.84% -
XYZ 37.6 28.83 19.21 -
YUV 147.02 108.8 176.49 -
System Red Green Blue C M Y K H S L
Decimal 215 119 113 0 0.45 0.47 0.16 3.53 0.56 0.64
Hex D7 77 71 0 2D 2F 10 4 38 40
Octal 327 167 161 0 55 57 20 4 70 100
Binary 11010111 1110111 1110001 0 101101 101111 10000 100 111000 1000000

Color Harmonies of #D77771

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77771

Black with #D77771

Text Example


Text Example

White with #D77771

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77771; }

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

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

background-color css

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

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

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

border-color css

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

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

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