#D28273

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

Shades of New York Pink #D28273

Tints of New York Pink #D28273

Color information

#D28273 (or 0xD28273) is unknown color: approx New York Pink. HEX triplet: D2, 82 and 73. RGB value is (210,130,115). Sum of RGB (Red+Green+Blue) = 210+130+115=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 130 (51.17% from 255 or 28.57% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D28273 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28273 is #2D7D8C. Grayscale: #989898. Windows color (decimal): -2981261 or 7570130. OLE color: 7570130.

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

Color convert

RGB210130115-
CMYK00.380.450.18
HSL9.47º51.35%63.73%-
HSV(B)9.47º45.24%82.35%-
XYZ37.6630.920.2-
YUV152.21107169.22-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 130 (51.17% from 255) = 28.57%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=46.15%
G=28.57%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013011500.380.450.189.4751.3563.73
HexD282730262D1293340
Octal32220216304655221163100
Binary1101001010000010111001101001101011011001010011100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28273

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28273; }

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

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

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

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

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

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

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

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