#D98274

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

Shades of New York Pink #D98274

Tints of New York Pink #D98274

Color information

#D98274 (or 0xD98274) is unknown color: approx New York Pink. HEX triplet: D9, 82 and 74. RGB value is (217,130,116). Sum of RGB (Red+Green+Blue) = 217+130+116=463 (61% of max value = 765). Red value is 217 (85.16% from 255 or 46.87% from 463); Green value is 130 (51.17% from 255 or 28.08% from 463); Blue value is 116 (45.70% from 255 or 25.05% from 463); Max value from RGB is 217 - color contains mainly: red. Hex color #D98274 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98274 is #267D8B. Grayscale: #9A9A9A. Windows color (decimal): -2522508 or 7635673. OLE color: 7635673.

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

Color convert

RGB217130116-
CMYK00.400.470.15
HSL8.32º57.06%65.29%-
HSV(B)8.32º46.54%85.1%-
XYZ39.7531.9820.6-
YUV154.42106.32172.64-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 46.87%
GREEN value IS 130 (51.17% from 255) = 28.08%
BLUE value IS 116 (45.70% from 255) = 25.05%
R=46.87%
G=28.08%
B=25.05%

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
Decimal21713011600.400.470.158.3257.0665.29
HexD982740282FF83941
Octal33120216405057171071101
Binary110110011000001011101000101000101111111110001110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98274; }

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

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

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

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

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

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

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

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