#D98277

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

Shades of New York Pink #D98277

Tints of New York Pink #D98277

Color information

#D98277 (or 0xD98277) is unknown color: approx New York Pink. HEX triplet: D9, 82 and 77. RGB value is (217,130,119). Sum of RGB (Red+Green+Blue) = 217+130+119=466 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.57% from 466); Green value is 130 (51.17% from 255 or 27.90% from 466); Blue value is 119 (46.88% from 255 or 25.54% from 466); Max value from RGB is 217 - color contains mainly: red. Hex color #D98277 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98277 is #267D88. Grayscale: #9A9A9A. Windows color (decimal): -2522505 or 7832281. OLE color: 7832281.

HSL color Cylindrical-coordinate representation of color #D98277: hue angle of 6.73º 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 #D98277 is Cyan = 0, Magento = 0.40, Yellow = 0.45 and Black (K on CMYK) = 0.15.

Color convert

RGB217130119-
CMYK00.400.450.15
HSL6.73º56.32%65.88%-
HSV(B)6.73º45.16%85.1%-
XYZ39.9332.0521.53-
YUV154.76107.82172.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.57%
GREEN value IS 130 (51.17% from 255) = 27.90%
BLUE value IS 119 (46.88% from 255) = 25.54%
R=46.57%
G=27.90%
B=25.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.45
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713011900.400.450.156.7356.3265.88
HexD982770282DF73842
Octal3312021670505517770102
Binary11011001100000101110111010100010110111111111110001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98277

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98277; }

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

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

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

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

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

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

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

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