Html Css Color HEX #D77E6E New York Pink

📋 copy color: '#D77E6E'

red 215 ◦ green 126 ◦ blue 110

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

Shades of New York Pink #D77E6E

Tints of New York Pink #D77E6E

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.94%

 BLUE value IS 110 (43.36% from 255) = 24.39%

R = 47.67%
G = 27.94%
B = 24.39%

CMYK

 C value IS 0

 M value IS 0.41

 Y value IS 0.49

 K value IS 0.16

RGB Variations

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

Color information

#D77E6E (or 0xD77E6E) is known color: New York Pink. HEX triplet: D7, 7E and 6E. RGB value is (215,126,110). Sum of RGB (Red+Green+Blue) = 215+126+110=451 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.67% from 451); Green value is 126 (49.61% from 255 or 27.94% from 451); Blue value is 110 (43.36% from 255 or 24.39% from 451); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E6E is #288191. Grayscale: #969696. Windows color (decimal): -2654610 or 7241431. OLE color: 7241431.

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

Color convert

RGB 215 126 110 -
CMYK 0 0.41 0.49 0.16
HSL 9.14º 0.57% 0.64% -
HSV(B) 9.14º 0.49% 0.84% -
XYZ 38.3 30.49 18.62 -
YUV 150.79 104.99 173.8 -
System Red Green Blue C M Y K H S L
Decimal 215 126 110 0 0.41 0.49 0.16 9.14 0.57 0.64
Hex D7 7E 6E 0 29 31 10 9 39 40
Octal 327 176 156 0 51 61 20 11 71 100
Binary 11010111 1111110 1101110 0 101001 110001 10000 1001 111001 1000000

Color Harmonies of #D77E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #D77E6E

Black with #D77E6E

Text Example


Text Example

White with #D77E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #D77E6E; }

 p { color: rgb(215,126,110); }

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

background-color css

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

 a { background-color: rgb(215,126,110); }

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

border-color css

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

 span { border-color: rgb(215,126,110); }

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