#D98175

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

Shades of New York Pink #D98175

Tints of New York Pink #D98175

Color information

#D98175 (or 0xD98175) is unknown color: approx New York Pink. HEX triplet: D9, 81 and 75. RGB value is (217,129,117). Sum of RGB (Red+Green+Blue) = 217+129+117=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 129 (50.78% from 255 or 27.86% from 463); Blue value is 117 (46.09% from 255 or 25.27% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D98175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98175 is #267E8A. Grayscale: #9A9A9A. Windows color (decimal): -2522763 or 7700953. OLE color: 7700953.

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

Color convert

RGB217129117-
CMYK00.410.460.15
HSL7.2º56.82%65.49%-
HSV(B)7.2º46.08%85.1%-
XYZ39.6831.7420.86-
YUV153.94107.15172.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 129 (50.78% from 255) = 27.86%
BLUE value IS 117 (46.09% from 255) = 25.27%
R=46.87%
G=27.86%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712911700.410.460.157.256.8265.49
HexD981750292EF73941
Octal3312011650515617771101
Binary11011001100000011110101010100110111011111111110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98175; }

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

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

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

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

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

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

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

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