#D28575

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

Shades of New York Pink #D28575

Tints of New York Pink #D28575

Color information

#D28575 (or 0xD28575) is unknown color: approx New York Pink. HEX triplet: D2, 85 and 75. RGB value is (210,133,117). Sum of RGB (Red+Green+Blue) = 210+133+117=460 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.65% from 460); Green value is 133 (52.34% from 255 or 28.91% from 460); Blue value is 117 (46.09% from 255 or 25.43% from 460); Max value from RGB is 210 - color contains mainly: red. Hex color #D28575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28575 is #2D7A8A. Grayscale: #9A9A9A. Windows color (decimal): -2980491 or 7701970. OLE color: 7701970.

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

Color convert

RGB210133117-
CMYK00.370.440.18
HSL10.32º50.82%64.12%-
HSV(B)10.32º44.29%82.35%-
XYZ38.1831.7620.95-
YUV154.2107.01167.8-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.65%
GREEN value IS 133 (52.34% from 255) = 28.91%
BLUE value IS 117 (46.09% from 255) = 25.43%
R=45.65%
G=28.91%
B=25.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013311700.370.440.1810.3250.8264.12
HexD285750252C12a3340
Octal32220516504554221263100
Binary1101001010000101111010101001011011001001010101100111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28575; }

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

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

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

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

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

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

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

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