#D98272

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

Shades of New York Pink #D98272

Tints of New York Pink #D98272

Color information

#D98272 (or 0xD98272) is unknown color: approx New York Pink. HEX triplet: D9, 82 and 72. RGB value is (217,130,114). Sum of RGB (Red+Green+Blue) = 217+130+114=461 (61% of max value = 765). Red value is 217 (85.16% from 255 or 47.07% from 461); Green value is 130 (51.17% from 255 or 28.20% from 461); Blue value is 114 (44.92% from 255 or 24.73% from 461); Max value from RGB is 217 - color contains mainly: red. Hex color #D98272 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98272 is #267D8D. Grayscale: #9A9A9A. Windows color (decimal): -2522510 or 7504601. OLE color: 7504601.

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

Color convert

RGB217130114-
CMYK00.400.470.15
HSL9.32º57.54%64.9%-
HSV(B)9.32º47.47%85.1%-
XYZ39.6431.9319.99-
YUV154.19105.32172.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.07%
GREEN value IS 130 (51.17% from 255) = 28.20%
BLUE value IS 114 (44.92% from 255) = 24.73%
R=47.07%
G=28.20%
B=24.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.47
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713011400.400.470.159.3257.5464.9
HexD982720282FF93a41
Octal33120216205057171172101
Binary110110011000001011100100101000101111111110011110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98272

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98272; }

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

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

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

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

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

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

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

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