#D57A69

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

Shades of New York Pink #D57A69

Tints of New York Pink #D57A69

Color information

#D57A69 (or 0xD57A69) is unknown color: approx New York Pink. HEX triplet: D5, 7A and 69. RGB value is (213,122,105). Sum of RGB (Red+Green+Blue) = 213+122+105=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 122 (48.05% from 255 or 27.73% from 440); Blue value is 105 (41.41% from 255 or 23.86% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D57A69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57A69 is #2A8596. Grayscale: #939393. Windows color (decimal): -2786711 or 6912725. OLE color: 6912725.

HSL color Cylindrical-coordinate representation of color #D57A69: hue angle of 9.44º 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 #D57A69 is Cyan = 0, Magento = 0.43, Yellow = 0.51 and Black (K on CMYK) = 0.16.

Color convert

RGB213122105-
CMYK00.430.510.16
HSL9.44º56.25%62.35%-
HSV(B)9.44º50.7%83.53%-
XYZ36.9529.0917.03-
YUV147.27104.15174.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 122 (48.05% from 255) = 27.73%
BLUE value IS 105 (41.41% from 255) = 23.86%
R=48.41%
G=27.73%
B=23.86%

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
Decimal21312210500.430.510.169.4456.2562.35
HexD57A6902B33109383e
Octal3251721510536320117076
Binary11010101111101011010010101011110011100001001111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57A69; }

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

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

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

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

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

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

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

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