#D58276

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

Shades of New York Pink #D58276

Tints of New York Pink #D58276

Color information

#D58276 (or 0xD58276) is unknown color: approx New York Pink. HEX triplet: D5, 82 and 76. RGB value is (213,130,118). Sum of RGB (Red+Green+Blue) = 213+130+118=461 (61% of max value = 765). Red value is 213 (83.59% from 255 or 46.20% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 118 (46.48% from 255 or 25.60% from 461); Max value from RGB is 213 - color contains mainly: red. Hex color #D58276 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58276 is #2A7D89. Grayscale: #999999. Windows color (decimal): -2784650 or 7766741. OLE color: 7766741.

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

Color convert

RGB213130118-
CMYK00.390.450.16
HSL7.58º53.07%64.9%-
HSV(B)7.58º44.6%83.53%-
XYZ38.6931.4221.16-
YUV153.45108170.48-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.20%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 118 (46.48% from 255) = 25.60%
R=46.20%
G=28.20%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313011800.390.450.167.5853.0764.9
HexD582760272D1083541
Octal32520216604755201065101
Binary1101010110000010111011001001111011011000010001101011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58276

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58276; }

 p { color: rgb(213,130,118); }

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

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

 a { background-color: rgb(213,130,118); }

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

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

 span { border-color: rgb(213,130,118); }

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