#D58A76

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

Shades of New York Pink #D58A76

Tints of New York Pink #D58A76

Color information

#D58A76 (or 0xD58A76) is unknown color: approx New York Pink. HEX triplet: D5, 8A and 76. RGB value is (213,138,118). Sum of RGB (Red+Green+Blue) = 213+138+118=469 (62% of max value = 765). Red value is 213 (83.59% from 255 or 45.42% from 469); Green value is 138 (54.30% from 255 or 29.42% from 469); Blue value is 118 (46.48% from 255 or 25.16% from 469); Max value from RGB is 213 - color contains mainly: red. Hex color #D58A76 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58A76 is #2A7589. Grayscale: #9E9E9E. Windows color (decimal): -2782602 or 7768789. OLE color: 7768789.

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

Color convert

RGB213138118-
CMYK00.350.450.16
HSL12.63º53.07%64.9%-
HSV(B)12.63º44.6%83.53%-
XYZ39.833.6321.53-
YUV158.14105.35167.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.42%
GREEN value IS 138 (54.30% from 255) = 29.42%
BLUE value IS 118 (46.48% from 255) = 25.16%
R=45.42%
G=29.42%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313811800.350.450.1612.6353.0764.9
HexD58A760232D10d3541
Octal32521216604355201565101
Binary1101010110001010111011001000111011011000011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58A76; }

 p { color: rgb(213,138,118); }

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

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

 a { background-color: rgb(213,138,118); }

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

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

 span { border-color: rgb(213,138,118); }

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