#D58172

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

Shades of New York Pink #D58172

Tints of New York Pink #D58172

Color information

#D58172 (or 0xD58172) is unknown color: approx New York Pink. HEX triplet: D5, 81 and 72. RGB value is (213,129,114). Sum of RGB (Red+Green+Blue) = 213+129+114=456 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.71% from 456); Green value is 129 (50.78% from 255 or 28.29% from 456); Blue value is 114 (44.92% from 255 or 25% from 456); Max value from RGB is 213 - color contains mainly: red. Hex color #D58172 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58172 is #2A7E8D. Grayscale: #989898. Windows color (decimal): -2784910 or 7504341. OLE color: 7504341.

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

Color convert

RGB213129114-
CMYK00.390.460.16
HSL9.09º54.1%64.12%-
HSV(B)9.09º46.48%83.53%-
XYZ38.3331.0619.89-
YUV152.41106.33171.22-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.71%
GREEN value IS 129 (50.78% from 255) = 28.29%
BLUE value IS 114 (44.92% from 255) = 25%
R=46.71%
G=28.29%
B=25%

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
Decimal21312911400.390.460.169.0954.164.12
HexD581720272E1093640
Octal32520116204756201166100
Binary1101010110000001111001001001111011101000010011101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58172

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58172; }

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

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

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

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

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

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

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

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