#D98270

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

Shades of New York Pink #D98270

Tints of New York Pink #D98270

Color information

#D98270 (or 0xD98270) is unknown color: approx New York Pink. HEX triplet: D9, 82 and 70. RGB value is (217,130,112). Sum of RGB (Red+Green+Blue) = 217+130+112=459 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.28% from 459); Green value is 130 (51.17% from 255 or 28.32% from 459); Blue value is 112 (44.14% from 255 or 24.40% from 459); Max value from RGB is 217 - color contains mainly: red. Hex color #D98270 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D98270 is #267D8F. Grayscale: #9A9A9A. Windows color (decimal): -2522512 or 7373529. OLE color: 7373529.

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

Color convert

RGB217130112-
CMYK00.400.480.15
HSL10.29º58.01%64.51%-
HSV(B)10.29º48.39%85.1%-
XYZ39.5231.8919.4-
YUV153.96104.32172.96-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 47.28%
GREEN value IS 130 (51.17% from 255) = 28.32%
BLUE value IS 112 (44.14% from 255) = 24.40%
R=47.28%
G=28.32%
B=24.40%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713011200.400.480.1510.2958.0164.51
HexD9827002830Fa3a41
Octal33120216005060171272101
Binary110110011000001011100000101000110000111110101110101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98270; }

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

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

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

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

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

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

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

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