#D58174

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

Shades of New York Pink #D58174

Tints of New York Pink #D58174

Color information

#D58174 (or 0xD58174) is unknown color: approx New York Pink. HEX triplet: D5, 81 and 74. RGB value is (213,129,116). Sum of RGB (Red+Green+Blue) = 213+129+116=458 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.51% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 116 (45.70% from 255 or 25.33% from 458); Max value from RGB is 213 - color contains mainly: red. Hex color #D58174 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58174 is #2A7E8B. Grayscale: #989898. Windows color (decimal): -2784908 or 7635413. OLE color: 7635413.

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

Color convert

RGB213129116-
CMYK00.390.460.16
HSL8.04º53.59%64.51%-
HSV(B)8.04º45.54%83.53%-
XYZ38.4431.1120.5-
YUV152.63107.33171.06-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.51%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 116 (45.70% from 255) = 25.33%
R=46.51%
G=28.17%
B=25.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312911600.390.460.168.0453.5964.51
HexD581740272E1083641
Octal32520116404756201066101
Binary1101010110000001111010001001111011101000010001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58174

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58174; }

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

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

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

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

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

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

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

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