#D97868

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

Shades of New York Pink #D97868

Tints of New York Pink #D97868

Color information

#D97868 (or 0xD97868) is unknown color: approx New York Pink. HEX triplet: D9, 78 and 68. RGB value is (217,120,104). Sum of RGB (Red+Green+Blue) = 217+120+104=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 120 (47.27% from 255 or 27.21% from 441); Blue value is 104 (41.02% from 255 or 23.58% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D97868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D97868 is #268797. Grayscale: #939393. Windows color (decimal): -2525080 or 6846681. OLE color: 6846681.

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

Color convert

RGB217120104-
CMYK00.450.520.15
HSL8.5º59.79%62.94%-
HSV(B)8.5º52.07%85.1%-
XYZ37.8329.1816.74-
YUV147.18103.64177.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 49.21%
GREEN value IS 120 (47.27% from 255) = 27.21%
BLUE value IS 104 (41.02% from 255) = 23.58%
R=49.21%
G=27.21%
B=23.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712010400.450.520.158.559.7962.94
HexD9786802D34F83c3f
Octal3311701500556417107477
Binary1101100111110001101000010110111010011111000111100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D97868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D97868; }

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

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

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

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

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

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

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

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