#D28477

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

Shades of New York Pink #D28477

Tints of New York Pink #D28477

Color information

#D28477 (or 0xD28477) is unknown color: approx New York Pink. HEX triplet: D2, 84 and 77. RGB value is (210,132,119). Sum of RGB (Red+Green+Blue) = 210+132+119=461 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.55% from 461); Green value is 132 (51.95% from 255 or 28.63% from 461); Blue value is 119 (46.88% from 255 or 25.81% from 461); Max value from RGB is 210 - color contains mainly: red. Hex color #D28477 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28477 is #2D7B88. Grayscale: #999999. Windows color (decimal): -2980745 or 7832786. OLE color: 7832786.

HSL color Cylindrical-coordinate representation of color #D28477: hue angle of 8.57º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28477 is Cyan = 0, Magento = 0.37, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210132119-
CMYK00.370.430.18
HSL8.57º50.28%64.51%-
HSV(B)8.57º43.33%82.35%-
XYZ38.1631.5421.53-
YUV153.84108.34168.06-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.55%
GREEN value IS 132 (51.95% from 255) = 28.63%
BLUE value IS 119 (46.88% from 255) = 25.81%
R=45.55%
G=28.63%
B=25.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013211900.370.430.188.5750.2864.51
HexD284770252B1293241
Octal32220416704553221162101
Binary1101001010000100111011101001011010111001010011100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28477

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28477; }

 p { color: rgb(210,132,119); }

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

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

 a { background-color: rgb(210,132,119); }

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

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

 span { border-color: rgb(210,132,119); }

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