#D28573

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

Shades of New York Pink #D28573

Tints of New York Pink #D28573

Color information

#D28573 (or 0xD28573) is unknown color: approx New York Pink. HEX triplet: D2, 85 and 73. RGB value is (210,133,115). Sum of RGB (Red+Green+Blue) = 210+133+115=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 133 (52.34% from 255 or 29.04% from 458); Blue value is 115 (45.31% from 255 or 25.11% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D28573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28573 is #2D7A8C. Grayscale: #9A9A9A. Windows color (decimal): -2980493 or 7570898. OLE color: 7570898.

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

Color convert

RGB210133115-
CMYK00.370.450.18
HSL11.37º51.35%63.73%-
HSV(B)11.37º45.24%82.35%-
XYZ38.0631.7120.34-
YUV153.97106.01167.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.85%
GREEN value IS 133 (52.34% from 255) = 29.04%
BLUE value IS 115 (45.31% from 255) = 25.11%
R=45.85%
G=29.04%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013311500.370.450.1811.3751.3563.73
HexD285730252D12b3340
Octal32220516304555221363100
Binary1101001010000101111001101001011011011001010111100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28573; }

 p { color: rgb(210,133,115); }

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

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

 a { background-color: rgb(210,133,115); }

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

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

 span { border-color: rgb(210,133,115); }

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