#D87868

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

Shades of New York Pink #D87868

Tints of New York Pink #D87868

Color information

#D87868 (or 0xD87868) is unknown color: approx New York Pink. HEX triplet: D8, 78 and 68. RGB value is (216,120,104). Sum of RGB (Red+Green+Blue) = 216+120+104=440 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.09% from 440); Green value is 120 (47.27% from 255 or 27.27% from 440); Blue value is 104 (41.02% from 255 or 23.64% from 440); Max value from RGB is 216 - color contains mainly: red. Hex color #D87868 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87868 is #278797. Grayscale: #939393. Windows color (decimal): -2590616 or 6846680. OLE color: 6846680.

HSL color Cylindrical-coordinate representation of color #D87868: hue angle of 8.57º degrees, saturation: 0.59, 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 #D87868 is Cyan = 0, Magento = 0.44, Yellow = 0.52 and Black (K on CMYK) = 0.15.

Color convert

RGB216120104-
CMYK00.440.520.15
HSL8.57º58.95%62.75%-
HSV(B)8.57º51.85%84.71%-
XYZ37.5329.0316.72-
YUV146.88103.8177.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 49.09%
GREEN value IS 120 (47.27% from 255) = 27.27%
BLUE value IS 104 (41.02% from 255) = 23.64%
R=49.09%
G=27.27%
B=23.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.52
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612010400.440.520.158.5758.9562.75
HexD8786802C34F93b3f
Octal3301701500546417117377
Binary1101100011110001101000010110011010011111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87868

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87868; }

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

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

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

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

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

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

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

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