#D28377

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

Shades of New York Pink #D28377

Tints of New York Pink #D28377

Color information

#D28377 (or 0xD28377) is unknown color: approx New York Pink. HEX triplet: D2, 83 and 77. RGB value is (210,131,119). Sum of RGB (Red+Green+Blue) = 210+131+119=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 119 (46.88% from 255 or 25.87% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D28377 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28377 is #2D7C88. Grayscale: #999999. Windows color (decimal): -2981001 or 7832530. OLE color: 7832530.

HSL color Cylindrical-coordinate representation of color #D28377: hue angle of 7.91º 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 #D28377 is Cyan = 0, Magento = 0.38, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210131119-
CMYK00.380.430.18
HSL7.91º50.28%64.51%-
HSV(B)7.91º43.33%82.35%-
XYZ38.0231.2721.48-
YUV153.25108.67168.48-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 119 (46.88% from 255) = 25.87%
R=45.65%
G=28.48%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013111900.380.430.187.9150.2864.51
HexD283770262B1283241
Octal32220316704653221062101
Binary1101001010000011111011101001101010111001010001100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28377

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28377; }

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

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

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

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

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

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

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

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