Html Css Color HEX #D77D6F New York Pink

📋 copy color: '#D77D6F'

red 215 ◦ green 125 ◦ blue 111

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

Shades of New York Pink #D77D6F

Tints of New York Pink #D77D6F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 27.72%

 BLUE value IS 111 (43.75% from 255) = 24.61%

R = 47.67%
G = 27.72%
B = 24.61%

CMYK

 C value IS 0

 M value IS 0.42

 Y value IS 0.48

 K value IS 0.16

RGB Variations

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

Color information

#D77D6F (or 0xD77D6F) is known color: New York Pink. HEX triplet: D7, 7D and 6F. RGB value is (215,125,111). Sum of RGB (Red+Green+Blue) = 215+125+111=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 125 (49.22% from 255 or 27.72% from 451); Blue value is 111 (43.75% from 255 or 24.61% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77D6F is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77D6F is #288290. Grayscale: #969696. Windows color (decimal): -2654865 or 7306711. OLE color: 7306711.

HSL color Cylindrical-coordinate representation of color #D77D6F: hue angle of 8.08º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D77D6F is Cyan = 0, Magento = 0.42, Yellow = 0.48 and Black (K on CMYK) = 0.16.

Color convert

RGB 215 125 111 -
CMYK 0 0.42 0.48 0.16
HSL 8.08º 0.57% 0.64% -
HSV(B) 8.08º 0.48% 0.84% -
XYZ 38.23 30.26 18.87 -
YUV 150.31 105.82 174.14 -
System Red Green Blue C M Y K H S L
Decimal 215 125 111 0 0.42 0.48 0.16 8.08 0.57 0.64
Hex D7 7D 6F 0 2A 30 10 8 39 40
Octal 327 175 157 0 52 60 20 10 71 100
Binary 11010111 1111101 1101111 0 101010 110000 10000 1000 111001 1000000

Color Harmonies of #D77D6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77D6F

Black with #D77D6F

Text Example


Text Example

White with #D77D6F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77D6F; }

 p { color: rgb(215,125,111); }

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

background-color css

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

 a { background-color: rgb(215,125,111); }

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

border-color css

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

 span { border-color: rgb(215,125,111); }

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