#D5756A

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

Shades of New York Pink #D5756A

Tints of New York Pink #D5756A

Color information

#D5756A (or 0xD5756A) is unknown color: approx New York Pink. HEX triplet: D5, 75 and 6A. RGB value is (213,117,106). Sum of RGB (Red+Green+Blue) = 213+117+106=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 117 (46.09% from 255 or 26.83% from 436); Blue value is 106 (41.80% from 255 or 24.31% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D5756A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5756A is #2A8A95. Grayscale: #909090. Windows color (decimal): -2787990 or 6976981. OLE color: 6976981.

HSL color Cylindrical-coordinate representation of color #D5756A: hue angle of 6.17º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D5756A is Cyan = 0, Magento = 0.45, Yellow = 0.50 and Black (K on CMYK) = 0.16.

Color convert

RGB213117106-
CMYK00.450.500.16
HSL6.17º56.02%62.55%-
HSV(B)6.17º50.23%83.53%-
XYZ36.427.9117.1-
YUV144.45106.3176.89-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.85%
GREEN value IS 117 (46.09% from 255) = 26.83%
BLUE value IS 106 (41.80% from 255) = 24.31%
R=48.85%
G=26.83%
B=24.31%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.50
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311710600.450.500.166.1756.0262.55
HexD5756A02D32106383f
Octal325165152055622067077
Binary1101010111101011101010010110111001010000110111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5756A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5756A; }

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

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

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

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

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

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

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

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