#D77969

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

Shades of New York Pink #D77969

Tints of New York Pink #D77969

Color information

#D77969 (or 0xD77969) is unknown color: approx New York Pink. HEX triplet: D7, 79 and 69. RGB value is (215,121,105). Sum of RGB (Red+Green+Blue) = 215+121+105=441 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.75% from 441); Green value is 121 (47.66% from 255 or 27.44% from 441); Blue value is 105 (41.41% from 255 or 23.81% from 441); Max value from RGB is 215 - color contains mainly: red. Hex color #D77969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D77969 is #288696. Grayscale: #939393. Windows color (decimal): -2655895 or 6912471. OLE color: 6912471.

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

Color convert

RGB215121105-
CMYK00.440.510.16
HSL8.73º57.89%62.75%-
HSV(B)8.73º51.16%84.31%-
XYZ37.4129.1417.02-
YUV147.28104.14176.3-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 48.75%
GREEN value IS 121 (47.66% from 255) = 27.44%
BLUE value IS 105 (41.41% from 255) = 23.81%
R=48.75%
G=27.44%
B=23.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21512110500.440.510.168.7357.8962.75
HexD7796902C331093a3f
Octal3271711510546320117277
Binary11010111111100111010010101100110011100001001111010111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D77969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D77969; }

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

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

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

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

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

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

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

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