#D5756E

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

Shades of New York Pink #D5756E

Tints of New York Pink #D5756E

Color information

#D5756E (or 0xD5756E) is unknown color: approx New York Pink. HEX triplet: D5, 75 and 6E. RGB value is (213,117,110). Sum of RGB (Red+Green+Blue) = 213+117+110=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 117 (46.09% from 255 or 26.59% from 440); Blue value is 110 (43.36% from 255 or 25% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D5756E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #D5756E is #2A8A91. Grayscale: #919191. Windows color (decimal): -2787986 or 7239125. OLE color: 7239125.

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

Color convert

RGB213117110-
CMYK00.450.480.16
HSL4.08º55.08%63.33%-
HSV(B)4.08º48.36%83.53%-
XYZ36.6227.9918.23-
YUV144.91108.3176.57-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 48.41%
GREEN value IS 117 (46.09% from 255) = 26.59%
BLUE value IS 110 (43.36% from 255) = 25%
R=48.41%
G=26.59%
B=25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.48
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21311711000.450.480.164.0855.0863.33
HexD5756E02D30104373f
Octal325165156055602046777
Binary1101010111101011101110010110111000010000100110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D5756E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D5756E; }

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

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

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

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

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

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

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

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