#D57569

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

Shades of New York Pink #D57569

Tints of New York Pink #D57569

Color information

#D57569 (or 0xD57569) is unknown color: approx New York Pink. HEX triplet: D5, 75 and 69. RGB value is (213,117,105). Sum of RGB (Red+Green+Blue) = 213+117+105=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 117 (46.09% from 255 or 26.90% from 435); Blue value is 105 (41.41% from 255 or 24.14% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D57569 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D57569 is #2A8A96. Grayscale: #909090. Windows color (decimal): -2787991 or 6911445. OLE color: 6911445.

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

Color convert

RGB213117105-
CMYK00.450.510.16
HSL6.67º56.25%62.35%-
HSV(B)6.67º50.7%83.53%-
XYZ36.3527.8916.83-
YUV144.34105.8176.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.97%
GREEN value IS 117 (46.09% from 255) = 26.90%
BLUE value IS 105 (41.41% from 255) = 24.14%
R=48.97%
G=26.90%
B=24.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311710500.450.510.166.6756.2562.35
HexD5756902D33107383e
Octal325165151055632077076
Binary1101010111101011101001010110111001110000111111000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D57569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D57569; }

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

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

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

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

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

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

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

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