#D58975

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

Shades of New York Pink #D58975

Tints of New York Pink #D58975

Color information

#D58975 (or 0xD58975) is unknown color: approx New York Pink. HEX triplet: D5, 89 and 75. RGB value is (213,137,117). Sum of RGB (Red+Green+Blue) = 213+137+117=467 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.61% from 467); Green value is 137 (53.91% from 255 or 29.34% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 213 - color contains mainly: red. Hex color #D58975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58975 is #2A768A. Grayscale: #9D9D9D. Windows color (decimal): -2782859 or 7702997. OLE color: 7702997.

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

Color convert

RGB213137117-
CMYK00.360.450.16
HSL12.5º53.33%64.71%-
HSV(B)12.5º45.07%83.53%-
XYZ39.633.3221.17-
YUV157.44105.18167.63-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.61%
GREEN value IS 137 (53.91% from 255) = 29.34%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=45.61%
G=29.34%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313711700.360.450.1612.553.3364.71
HexD589750242D10d3541
Octal32521116504455201565101
Binary1101010110001001111010101001001011011000011011101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58975; }

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

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

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

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

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

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

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

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