#D27D71

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

Shades of New York Pink #D27D71

Tints of New York Pink #D27D71

Color information

#D27D71 (or 0xD27D71) is unknown color: approx New York Pink. HEX triplet: D2, 7D and 71. RGB value is (210,125,113). Sum of RGB (Red+Green+Blue) = 210+125+113=448 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.88% from 448); Green value is 125 (49.22% from 255 or 27.90% from 448); Blue value is 113 (44.53% from 255 or 25.22% from 448); Max value from RGB is 210 - color contains mainly: red. Hex color #D27D71 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D27D71 is #2D828E. Grayscale: #959595. Windows color (decimal): -2982543 or 7437778. OLE color: 7437778.

HSL color Cylindrical-coordinate representation of color #D27D71: hue angle of 7.42º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D27D71 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB210125113-
CMYK00.400.460.18
HSL7.42º51.87%63.33%-
HSV(B)7.42º46.19%82.35%-
XYZ36.8929.5619.38-
YUV149.05107.66171.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.88%
GREEN value IS 125 (49.22% from 255) = 27.90%
BLUE value IS 113 (44.53% from 255) = 25.22%
R=46.88%
G=27.90%
B=25.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012511300.400.460.187.4251.8763.33
HexD27D710282E127343f
Octal322175161050562276477
Binary1101001011111011110001010100010111010010111110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D27D71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D27D71; }

 p { color: rgb(210,125,113); }

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

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

 a { background-color: rgb(210,125,113); }

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

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

 span { border-color: rgb(210,125,113); }

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