#D77E6D

Color #D77E6D New York Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of New York Pink #D77E6D

Tints of New York Pink #D77E6D

Color information

#D77E6D (or 0xD77E6D) is unknown color: approx New York Pink. HEX triplet: D7, 7E and 6D. RGB value is (215,126,109). Sum of RGB (Red+Green+Blue) = 215+126+109=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 126 (49.61% from 255 or 28% from 450); Blue value is 109 (42.97% from 255 or 24.22% from 450); Max value from RGB is 215 - color contains mainly: red. Hex color #D77E6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77E6D is #288192. Grayscale: #969696. Windows color (decimal): -2654611 or 7175895. OLE color: 7175895.

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

Color convert

RGB215126109-
CMYK00.410.490.16
HSL9.62º56.99%63.53%-
HSV(B)9.62º49.3%84.31%-
XYZ38.2530.4718.33-
YUV150.67104.49173.88-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 47.78%
GREEN value IS 126 (49.61% from 255) = 28%
BLUE value IS 109 (42.97% from 255) = 24.22%
R=47.78%
G=28%
B=24.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.49
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512610900.410.490.169.6256.9963.53
HexD77E6D0293110a3940
Octal32717615505161201271100
Binary110101111111110110110101010011100011000010101110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77E6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77E6D; }

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

 H1.HeaderClassName
 {
   color: #D77E6D;
 }
 .AnyTagClassName
 {
   color: #D77E6D;
 }
</style>
background-color css

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

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

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

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

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

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