#D28074

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

Shades of New York Pink #D28074

Tints of New York Pink #D28074

Color information

#D28074 (or 0xD28074) is unknown color: approx New York Pink. HEX triplet: D2, 80 and 74. RGB value is (210,128,116). Sum of RGB (Red+Green+Blue) = 210+128+116=454 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.26% from 454); Green value is 128 (50.39% from 255 or 28.19% from 454); Blue value is 116 (45.70% from 255 or 25.55% from 454); Max value from RGB is 210 - color contains mainly: red. Hex color #D28074 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28074 is #2D7F8B. Grayscale: #979797. Windows color (decimal): -2981772 or 7635154. OLE color: 7635154.

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

Color convert

RGB210128116-
CMYK00.390.450.18
HSL7.66º51.09%63.92%-
HSV(B)7.66º44.76%82.35%-
XYZ37.4530.420.42-
YUV151.15108.17169.98-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.26%
GREEN value IS 128 (50.39% from 255) = 28.19%
BLUE value IS 116 (45.70% from 255) = 25.55%
R=46.26%
G=28.19%
B=25.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012811600.390.450.187.6651.0963.92
HexD280740272D1283340
Octal32220016404755221063100
Binary1101001010000000111010001001111011011001010001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28074; }

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

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

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

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

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

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

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

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