#D98177

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

Shades of New York Pink #D98177

Tints of New York Pink #D98177

Color information

#D98177 (or 0xD98177) is unknown color: approx New York Pink. HEX triplet: D9, 81 and 77. RGB value is (217,129,119). Sum of RGB (Red+Green+Blue) = 217+129+119=465 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.67% from 465); Green value is 129 (50.78% from 255 or 27.74% from 465); Blue value is 119 (46.88% from 255 or 25.59% from 465); Max value from RGB is 217 - color contains mainly: red. Hex color #D98177 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98177 is #267E88. Grayscale: #9A9A9A. Windows color (decimal): -2522761 or 7832025. OLE color: 7832025.

HSL color Cylindrical-coordinate representation of color #D98177: hue angle of 6.12º degrees, saturation: 0.56, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D98177 is Cyan = 0, Magento = 0.41, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB217129119-
CMYK00.410.450.15
HSL6.12º56.32%65.88%-
HSV(B)6.12º45.16%85.1%-
XYZ39.831.7821.49-
YUV154.17108.15172.81-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.67%
GREEN value IS 129 (50.78% from 255) = 27.74%
BLUE value IS 119 (46.88% from 255) = 25.59%
R=46.67%
G=27.74%
B=25.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712911900.410.450.156.1256.3265.88
HexD981770292DF63842
Octal3312011670515517670102
Binary11011001100000011110111010100110110111111101110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98177

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98177; }

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

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

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

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

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

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

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

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