#D87969

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

Shades of New York Pink #D87969

Tints of New York Pink #D87969

Color information

#D87969 (or 0xD87969) is unknown color: approx New York Pink. HEX triplet: D8, 79 and 69. RGB value is (216,121,105). Sum of RGB (Red+Green+Blue) = 216+121+105=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 121 (47.66% from 255 or 27.38% from 442); Blue value is 105 (41.41% from 255 or 23.76% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D87969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D87969 is #278696. Grayscale: #939393. Windows color (decimal): -2590359 or 6912472. OLE color: 6912472.

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

Color convert

RGB216121105-
CMYK00.440.510.15
HSL8.65º58.73%62.94%-
HSV(B)8.65º51.39%84.71%-
XYZ37.7129.2917.03-
YUV147.58103.97176.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 48.87%
GREEN value IS 121 (47.66% from 255) = 27.38%
BLUE value IS 105 (41.41% from 255) = 23.76%
R=48.87%
G=27.38%
B=23.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612110500.440.510.158.6558.7362.94
HexD8796902C33F93b3f
Octal3301711510546317117377
Binary1101100011110011101001010110011001111111001111011111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D87969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D87969; }

 p { color: rgb(216,121,105); }

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

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

 a { background-color: rgb(216,121,105); }

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

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

 span { border-color: rgb(216,121,105); }

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