#D58177

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

Shades of New York Pink #D58177

Tints of New York Pink #D58177

Color information

#D58177 (or 0xD58177) is unknown color: approx New York Pink. HEX triplet: D5, 81 and 77. RGB value is (213,129,119). Sum of RGB (Red+Green+Blue) = 213+129+119=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 129 (50.78% from 255 or 27.98% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58177 is #2A7E88. Grayscale: #999999. Windows color (decimal): -2784905 or 7832021. OLE color: 7832021.

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

Color convert

RGB213129119-
CMYK00.390.440.16
HSL6.38º52.81%65.1%-
HSV(B)6.38º44.13%83.53%-
XYZ38.6231.1821.44-
YUV152.98108.83170.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 129 (50.78% from 255) = 27.98%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=46.20%
G=27.98%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21312911900.390.440.166.3852.8165.1
HexD581770272C1063541
Octal3252011670475420665101
Binary110101011000000111101110100111101100100001101101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58177; }

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

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

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

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

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

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

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

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