#D27F74

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

Shades of New York Pink #D27F74

Tints of New York Pink #D27F74

Color information

#D27F74 (or 0xD27F74) is unknown color: approx New York Pink. HEX triplet: D2, 7F and 74. RGB value is (210,127,116). Sum of RGB (Red+Green+Blue) = 210+127+116=453 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.36% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 116 (45.70% from 255 or 25.61% from 453); Max value from RGB is 210 - color contains mainly: red. Hex color #D27F74 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27F74 is #2D808B. Grayscale: #969696. Windows color (decimal): -2982028 or 7634898. OLE color: 7634898.

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

Color convert

RGB210127116-
CMYK00.400.450.18
HSL7.02º51.09%63.92%-
HSV(B)7.02º44.76%82.35%-
XYZ37.3230.1420.37-
YUV150.56108.5170.39-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.36%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 116 (45.70% from 255) = 25.61%
R=46.36%
G=28.04%
B=25.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012711600.400.450.187.0251.0963.92
HexD27F740282D1273340
Octal3221771640505522763100
Binary11010010111111111101000101000101101100101111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27F74; }

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

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

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

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

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

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

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

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