#D28177

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

Shades of New York Pink #D28177

Tints of New York Pink #D28177

Color information

#D28177 (or 0xD28177) is unknown color: approx New York Pink. HEX triplet: D2, 81 and 77. RGB value is (210,129,119). Sum of RGB (Red+Green+Blue) = 210+129+119=458 (60% of max value = 765). Red value is 210 (82.42% from 255 or 45.85% from 458); Green value is 129 (50.78% from 255 or 28.17% from 458); Blue value is 119 (46.88% from 255 or 25.98% from 458); Max value from RGB is 210 - color contains mainly: red. Hex color #D28177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28177 is #2D7E88. Grayscale: #989898. Windows color (decimal): -2981513 or 7832018. OLE color: 7832018.

HSL color Cylindrical-coordinate representation of color #D28177: hue angle of 6.59º degrees, saturation: 0.5, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D28177 is Cyan = 0, Magento = 0.39, Yellow = 0.43 and Black (K on CMYK) = 0.18.

Color convert

RGB210129119-
CMYK00.390.430.18
HSL6.59º50.28%64.51%-
HSV(B)6.59º43.33%82.35%-
XYZ37.7630.7321.39-
YUV152.08109.34169.31-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 45.85%
GREEN value IS 129 (50.78% from 255) = 28.17%
BLUE value IS 119 (46.88% from 255) = 25.98%
R=45.85%
G=28.17%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.43
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21012911900.390.430.186.5950.2864.51
HexD281770272B1273241
Octal3222011670475322762101
Binary110100101000000111101110100111101011100101111100101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28177; }

 p { color: rgb(210,129,119); }

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

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

 a { background-color: rgb(210,129,119); }

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

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

 span { border-color: rgb(210,129,119); }

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