#D58877

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

Shades of New York Pink #D58877

Tints of New York Pink #D58877

Color information

#D58877 (or 0xD58877) is unknown color: approx New York Pink. HEX triplet: D5, 88 and 77. RGB value is (213,136,119). Sum of RGB (Red+Green+Blue) = 213+136+119=468 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.51% from 468); Green value is 136 (53.52% from 255 or 29.06% from 468); Blue value is 119 (46.88% from 255 or 25.43% from 468); Max value from RGB is 213 - color contains mainly: red. Hex color #D58877 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58877 is #2A7788. Grayscale: #9D9D9D. Windows color (decimal): -2783113 or 7833813. OLE color: 7833813.

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

Color convert

RGB213136119-
CMYK00.360.440.16
HSL10.85º52.81%65.1%-
HSV(B)10.85º44.13%83.53%-
XYZ39.5733.0921.75-
YUV157.08106.51167.88-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.51%
GREEN value IS 136 (53.52% from 255) = 29.06%
BLUE value IS 119 (46.88% from 255) = 25.43%
R=45.51%
G=29.06%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313611900.360.440.1610.8552.8165.1
HexD588770242C10b3541
Octal32521016704454201365101
Binary1101010110001000111011101001001011001000010111101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58877

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58877; }

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

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

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

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

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

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

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

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