#D58175

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

Shades of New York Pink #D58175

Tints of New York Pink #D58175

Color information

#D58175 (or 0xD58175) is unknown color: approx New York Pink. HEX triplet: D5, 81 and 75. RGB value is (213,129,117). Sum of RGB (Red+Green+Blue) = 213+129+117=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 117 (46.09% from 255 or 25.49% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58175 is #2A7E8A. Grayscale: #989898. Windows color (decimal): -2784907 or 7700949. OLE color: 7700949.

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

Color convert

RGB213129117-
CMYK00.390.450.16
HSL7.5º53.33%64.71%-
HSV(B)7.5º45.07%83.53%-
XYZ38.531.1320.81-
YUV152.75107.83170.98-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 117 (46.09% from 255) = 25.49%
R=46.41%
G=28.10%
B=25.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312911700.390.450.167.553.3364.71
HexD581750272D1083541
Octal32520116504755201065101
Binary1101010110000001111010101001111011011000010001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58175; }

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

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

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

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

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

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

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

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