#D28875

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

Shades of New York Pink #D28875

Tints of New York Pink #D28875

Color information

#D28875 (or 0xD28875) is unknown color: approx New York Pink. HEX triplet: D2, 88 and 75. RGB value is (210,136,117). Sum of RGB (Red+Green+Blue) = 210+136+117=463 (61% of max value = 765). Red value is 210 (82.42% from 255 or 45.36% from 463); Green value is 136 (53.52% from 255 or 29.37% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 210 - color contains mainly: red. Hex color #D28875 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28875 is #2D778A. Grayscale: #9C9C9C. Windows color (decimal): -2979723 or 7702738. OLE color: 7702738.

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

Color convert

RGB210136117-
CMYK00.350.440.18
HSL12.26º50.82%64.12%-
HSV(B)12.26º44.29%82.35%-
XYZ38.5932.5921.09-
YUV155.96106.02166.54-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.36%
GREEN value IS 136 (53.52% from 255) = 29.37%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=45.36%
G=29.37%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013611700.350.440.1812.2650.8264.12
HexD288750232C12c3340
Octal32221016504354221463100
Binary1101001010001000111010101000111011001001011001100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28875

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28875; }

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

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

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

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

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

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

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

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