Html Css Color HEX #D77C71 New York Pink

📋 copy color: '#D77C71'

red 215 ◦ green 124 ◦ blue 113

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

Shades of New York Pink #D77C71

Tints of New York Pink #D77C71

RGB

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

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

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

R = 47.57%
G = 27.43%
B = 25%

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

#D77C71 (or 0xD77C71) is known color: New York Pink. HEX triplet: D7, 7C and 71. RGB value is (215,124,113). Sum of RGB (Red+Green+Blue) = 215+124+113=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 124 (48.83% from 255 or 27.43% from 452); Blue value is 113 (44.53% from 255 or 25% from 452); Max value from RGB is 215 - color contains mainly: red. Hex color #D77C71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77C71 is #28838E. Grayscale: #969696. Windows color (decimal): -2655119 or 7437527. OLE color: 7437527.

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

Color convert

RGB 215 124 113 -
CMYK 0 0.42 0.47 0.16
HSL 6.47º 0.56% 0.64% -
HSV(B) 6.47º 0.47% 0.84% -
XYZ 38.21 30.05 19.41 -
YUV 149.96 107.15 174.39 -
System Red Green Blue C M Y K H S L
Decimal 215 124 113 0 0.42 0.47 0.16 6.47 0.56 0.64
Hex D7 7C 71 0 2A 2F 10 6 38 40
Octal 327 174 161 0 52 57 20 6 70 100
Binary 11010111 1111100 1110001 0 101010 101111 10000 110 111000 1000000

Color Harmonies of #D77C71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77C71

Black with #D77C71

Text Example


Text Example

White with #D77C71

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77C71; }

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

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

background-color css

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

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

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

border-color css

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

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

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