#D27E74

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

Shades of New York Pink #D27E74

Tints of New York Pink #D27E74

Color information

#D27E74 (or 0xD27E74) is unknown color: approx New York Pink. HEX triplet: D2, 7E and 74. RGB value is (210,126,116). Sum of RGB (Red+Green+Blue) = 210+126+116=452 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.46% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 116 (45.70% from 255 or 25.66% from 452); Max value from RGB is 210 - color contains mainly: red. Hex color #D27E74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27E74 is #2D818B. Grayscale: #969696. Windows color (decimal): -2982284 or 7634642. OLE color: 7634642.

HSL color Cylindrical-coordinate representation of color #D27E74: hue angle of 6.38º 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 #D27E74 is Cyan = 0, Magento = 0.4, Yellow = 0.45 and Black (K on CMYK) = 0.18.

Color convert

RGB210126116-
CMYK00.40.450.18
HSL6.38º51.09%63.92%-
HSV(B)6.38º44.76%82.35%-
XYZ37.1929.8820.33-
YUV149.98108.83170.81-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.46%
GREEN value IS 126 (49.61% from 255) = 27.88%
BLUE value IS 116 (45.70% from 255) = 25.66%
R=46.46%
G=27.88%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.4
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012611600.40.450.186.3851.0963.92
HexD27E740282D1263340
Octal3221761640505522663100
Binary11010010111111011101000101000101101100101101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27E74; }

 p { color: rgb(210,126,116); }

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

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

 a { background-color: rgb(210,126,116); }

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

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

 span { border-color: rgb(210,126,116); }

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