#D98171

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

Shades of New York Pink #D98171

Tints of New York Pink #D98171

Color information

#D98171 (or 0xD98171) is unknown color: approx New York Pink. HEX triplet: D9, 81 and 71. RGB value is (217,129,113). Sum of RGB (Red+Green+Blue) = 217+129+113=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 129 (50.78% from 255 or 28.10% from 459); Blue value is 113 (44.53% from 255 or 24.62% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D98171 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98171 is #267E8E. Grayscale: #999999. Windows color (decimal): -2522767 or 7438809. OLE color: 7438809.

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

Color convert

RGB217129113-
CMYK00.410.480.15
HSL9.23º57.78%64.71%-
HSV(B)9.23º47.93%85.1%-
XYZ39.4531.6419.65-
YUV153.49105.15173.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 129 (50.78% from 255) = 28.10%
BLUE value IS 113 (44.53% from 255) = 24.62%
R=47.28%
G=28.10%
B=24.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21712911300.410.480.159.2357.7864.71
HexD9817102930F93a41
Octal33120116105160171172101
Binary110110011000000111100010101001110000111110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98171

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98171; }

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

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

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

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

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

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

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

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