#D28071

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

Shades of New York Pink #D28071

Tints of New York Pink #D28071

Color information

#D28071 (or 0xD28071) is unknown color: approx New York Pink. HEX triplet: D2, 80 and 71. RGB value is (210,128,113). Sum of RGB (Red+Green+Blue) = 210+128+113=451 (59% of max value = 765). Red value is 210 (82.42% from 255 or 46.56% from 451); Green value is 128 (50.39% from 255 or 28.38% from 451); Blue value is 113 (44.53% from 255 or 25.06% from 451); Max value from RGB is 210 - color contains mainly: red. Hex color #D28071 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28071 is #2D7F8E. Grayscale: #969696. Windows color (decimal): -2981775 or 7438546. OLE color: 7438546.

HSL color Cylindrical-coordinate representation of color #D28071: hue angle of 9.28º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D28071 is Cyan = 0, Magento = 0.39, Yellow = 0.46 and Black (K on CMYK) = 0.18.

Color convert

RGB210128113-
CMYK00.390.460.18
HSL9.28º51.87%63.33%-
HSV(B)9.28º46.19%82.35%-
XYZ37.2830.3319.51-
YUV150.81106.67170.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.56%
GREEN value IS 128 (50.39% from 255) = 28.38%
BLUE value IS 113 (44.53% from 255) = 25.06%
R=46.56%
G=28.38%
B=25.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012811300.390.460.189.2851.8763.33
HexD280710272E129343f
Octal3222001610475622116477
Binary110100101000000011100010100111101110100101001110100111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28071

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28071; }

 p { color: rgb(210,128,113); }

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

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

 a { background-color: rgb(210,128,113); }

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

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

 span { border-color: rgb(210,128,113); }

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