#D28775

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

Shades of New York Pink #D28775

Tints of New York Pink #D28775

Color information

#D28775 (or 0xD28775) is unknown color: approx New York Pink. HEX triplet: D2, 87 and 75. RGB value is (210,135,117). Sum of RGB (Red+Green+Blue) = 210+135+117=462 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.45% from 462); Green value is 135 (53.12% from 255 or 29.22% from 462); Blue value is 117 (46.09% from 255 or 25.32% from 462); Max value from RGB is 210 - color contains mainly: red. Hex color #D28775 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28775 is #2D788A. Grayscale: #9B9B9B. Windows color (decimal): -2979979 or 7702482. OLE color: 7702482.

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

Color convert

RGB210135117-
CMYK00.360.440.18
HSL11.61º50.82%64.12%-
HSV(B)11.61º44.29%82.35%-
XYZ38.4532.3121.04-
YUV155.37106.35166.96-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.45%
GREEN value IS 135 (53.12% from 255) = 29.22%
BLUE value IS 117 (46.09% from 255) = 25.32%
R=45.45%
G=29.22%
B=25.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013511700.360.440.1811.6150.8264.12
HexD287750242C12c3340
Octal32220716504454221463100
Binary1101001010000111111010101001001011001001011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28775

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28775; }

 p { color: rgb(210,135,117); }

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

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

 a { background-color: rgb(210,135,117); }

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

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

 span { border-color: rgb(210,135,117); }

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