#D57969

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

Shades of New York Pink #D57969

Tints of New York Pink #D57969

Color information

#D57969 (or 0xD57969) is unknown color: approx New York Pink. HEX triplet: D5, 79 and 69. RGB value is (213,121,105). Sum of RGB (Red+Green+Blue) = 213+121+105=439 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.52% from 439); Green value is 121 (47.66% from 255 or 27.56% from 439); Blue value is 105 (41.41% from 255 or 23.92% from 439); Max value from RGB is 213 - color contains mainly: red. Hex color #D57969 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57969 is #2A8696. Grayscale: #929292. Windows color (decimal): -2786967 or 6912469. OLE color: 6912469.

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

Color convert

RGB213121105-
CMYK00.430.510.16
HSL8.89º56.25%62.35%-
HSV(B)8.89º50.7%83.53%-
XYZ36.8328.8416.99-
YUV146.68104.48175.3-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.52%
GREEN value IS 121 (47.66% from 255) = 27.56%
BLUE value IS 105 (41.41% from 255) = 23.92%
R=48.52%
G=27.56%
B=23.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312110500.430.510.168.8956.2562.35
HexD5796902B33109383e
Octal3251711510536320117076
Binary11010101111100111010010101011110011100001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57969

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57969; }

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

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

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

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

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

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

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

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