#D58874

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

Shades of New York Pink #D58874

Tints of New York Pink #D58874

Color information

#D58874 (or 0xD58874) is unknown color: approx New York Pink. HEX triplet: D5, 88 and 74. RGB value is (213,136,116). Sum of RGB (Red+Green+Blue) = 213+136+116=465 (61% of max value = 765). Red value is 213 (83.59% from 255 or 45.81% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 116 (45.70% from 255 or 24.95% from 465); Max value from RGB is 213 - color contains mainly: red. Hex color #D58874 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58874 is #2A778B. Grayscale: #9C9C9C. Windows color (decimal): -2783116 or 7637205. OLE color: 7637205.

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

Color convert

RGB213136116-
CMYK00.360.460.16
HSL12.37º53.59%64.51%-
HSV(B)12.37º45.54%83.53%-
XYZ39.433.0220.82-
YUV156.74105.01168.13-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 45.81%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 116 (45.70% from 255) = 24.95%
R=45.81%
G=29.25%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313611600.360.460.1612.3753.5964.51
HexD588740242E10c3641
Octal32521016404456201466101
Binary1101010110001000111010001001001011101000011001101101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58874

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58874; }

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

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

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

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

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

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

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

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