#D98575

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

Shades of New York Pink #D98575

Tints of New York Pink #D98575

Color information

#D98575 (or 0xD98575) is unknown color: approx New York Pink. HEX triplet: D9, 85 and 75. RGB value is (217,133,117). Sum of RGB (Red+Green+Blue) = 217+133+117=467 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.47% from 467); Green value is 133 (52.34% from 255 or 28.48% from 467); Blue value is 117 (46.09% from 255 or 25.05% from 467); Max value from RGB is 217 - color contains mainly: red. Hex color #D98575 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98575 is #267A8A. Grayscale: #9C9C9C. Windows color (decimal): -2521739 or 7701977. OLE color: 7701977.

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

Color convert

RGB217133117-
CMYK00.390.460.15
HSL9.6º56.82%65.49%-
HSV(B)9.6º46.08%85.1%-
XYZ40.2132.8121.04-
YUV156.29105.83171.3-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.47%
GREEN value IS 133 (52.34% from 255) = 28.48%
BLUE value IS 117 (46.09% from 255) = 25.05%
R=46.47%
G=28.48%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.46
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713311700.390.460.159.656.8265.49
HexD985750272EFa3941
Octal33120516504756171271101
Binary110110011000010111101010100111101110111110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98575; }

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

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

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

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

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

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

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

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