#D58871

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

Shades of New York Pink #D58871

Tints of New York Pink #D58871

Color information

#D58871 (or 0xD58871) is unknown color: approx New York Pink. HEX triplet: D5, 88 and 71. RGB value is (213,136,113). Sum of RGB (Red+Green+Blue) = 213+136+113=462 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.10% from 462); Green value is 136 (53.52% from 255 or 29.44% from 462); Blue value is 113 (44.53% from 255 or 24.46% from 462); Max value from RGB is 213 - color contains mainly: red. Hex color #D58871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58871 is #2A778E. Grayscale: #9C9C9C. Windows color (decimal): -2783119 or 7440597. OLE color: 7440597.

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

Color convert

RGB213136113-
CMYK00.360.470.16
HSL13.8º54.35%63.92%-
HSV(B)13.8º46.95%83.53%-
XYZ39.2332.9519.91-
YUV156.4103.51168.37-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.10%
GREEN value IS 136 (53.52% from 255) = 29.44%
BLUE value IS 113 (44.53% from 255) = 24.46%
R=46.10%
G=29.44%
B=24.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.47
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313611300.360.470.1613.854.3563.92
HexD588710242F10e3640
Octal32521016104457201666100
Binary1101010110001000111000101001001011111000011101101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58871; }

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

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

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

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

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

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

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

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