#D27C73

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

Shades of New York Pink #D27C73

Tints of New York Pink #D27C73

Color information

#D27C73 (or 0xD27C73) is unknown color: approx New York Pink. HEX triplet: D2, 7C and 73. RGB value is (210,124,115). Sum of RGB (Red+Green+Blue) = 210+124+115=449 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.77% from 449); Green value is 124 (48.83% from 255 or 27.62% from 449); Blue value is 115 (45.31% from 255 or 25.61% from 449); Max value from RGB is 210 - color contains mainly: red. Hex color #D27C73 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27C73 is #2D838C. Grayscale: #949494. Windows color (decimal): -2982797 or 7568594. OLE color: 7568594.

HSL color Cylindrical-coordinate representation of color #D27C73: hue angle of 5.68º degrees, saturation: 0.51, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D27C73 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210124115-
CMYK00.410.450.18
HSL5.68º51.35%63.73%-
HSV(B)5.68º45.24%82.35%-
XYZ36.8829.3519.94-
YUV148.69108.99171.73-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.77%
GREEN value IS 124 (48.83% from 255) = 27.62%
BLUE value IS 115 (45.31% from 255) = 25.61%
R=46.77%
G=27.62%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012411500.410.450.185.6851.3563.73
HexD27C730292D1263340
Octal3221741630515522663100
Binary11010010111110011100110101001101101100101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27C73

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27C73; }

 p { color: rgb(210,124,115); }

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

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

 a { background-color: rgb(210,124,115); }

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

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

 span { border-color: rgb(210,124,115); }

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