#D97871

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

Shades of New York Pink #D97871

Tints of New York Pink #D97871

Color information

#D97871 (or 0xD97871) is unknown color: approx New York Pink. HEX triplet: D9, 78 and 71. RGB value is (217,120,113). Sum of RGB (Red+Green+Blue) = 217+120+113=450 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.22% from 450); Green value is 120 (47.27% from 255 or 26.67% from 450); Blue value is 113 (44.53% from 255 or 25.11% from 450); Max value from RGB is 217 - color contains mainly: red. Hex color #D97871 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97871 is #26878E. Grayscale: #949494. Windows color (decimal): -2525071 or 7436505. OLE color: 7436505.

HSL color Cylindrical-coordinate representation of color #D97871: hue angle of 4.04º degrees, saturation: 0.58, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D97871 is Cyan = 0, Magento = 0.45, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB217120113-
CMYK00.450.480.15
HSL4.04º57.78%64.71%-
HSV(B)4.04º47.93%85.1%-
XYZ38.3129.3819.27-
YUV148.2108.14177.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 48.22%
GREEN value IS 120 (47.27% from 255) = 26.67%
BLUE value IS 113 (44.53% from 255) = 25.11%
R=48.22%
G=26.67%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712011300.450.480.154.0457.7864.71
HexD9787102D30F43a41
Octal3311701610556017472101
Binary1101100111110001110001010110111000011111001110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97871; }

 p { color: rgb(217,120,113); }

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

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

 a { background-color: rgb(217,120,113); }

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

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

 span { border-color: rgb(217,120,113); }

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