#D2776C

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

Shades of New York Pink #D2776C

Tints of New York Pink #D2776C

Color information

#D2776C (or 0xD2776C) is unknown color: approx New York Pink. HEX triplet: D2, 77 and 6C. RGB value is (210,119,108). Sum of RGB (Red+Green+Blue) = 210+119+108=437 (57% of max value = 765). Red value is 210 (82.42% from 255 or 48.05% from 437); Green value is 119 (46.88% from 255 or 27.23% from 437); Blue value is 108 (42.58% from 255 or 24.71% from 437); Max value from RGB is 210 - color contains mainly: red. Hex color #D2776C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D2776C is #2D8893. Grayscale: #919191. Windows color (decimal): -2984084 or 7108562. OLE color: 7108562.

HSL color Cylindrical-coordinate representation of color #D2776C: hue angle of 6.47º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D2776C is Cyan = 0, Magento = 0.43, Yellow = 0.49 and Black (K on CMYK) = 0.18.

Color convert

RGB210119108-
CMYK00.430.490.18
HSL6.47º53.12%62.35%-
HSV(B)6.47º48.57%82.35%-
XYZ35.8827.9817.7-
YUV144.96107.15174.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 48.05%
GREEN value IS 119 (46.88% from 255) = 27.23%
BLUE value IS 108 (42.58% from 255) = 24.71%
R=48.05%
G=27.23%
B=24.71%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.49
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21011910800.430.490.186.4753.1262.35
HexD2776C02B31126353e
Octal322167154053612266576
Binary1101001011101111101100010101111000110010110110101111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D2776C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D2776C; }

 p { color: rgb(210,119,108); }

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

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

 a { background-color: rgb(210,119,108); }

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

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

 span { border-color: rgb(210,119,108); }

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