#D48975

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

Shades of New York Pink #D48975

Tints of New York Pink #D48975

Color information

#D48975 (or 0xD48975) is unknown color: approx New York Pink. HEX triplet: D4, 89 and 75. RGB value is (212,137,117). Sum of RGB (Red+Green+Blue) = 212+137+117=466 (61% of max value = 765). Red value is 212 (83.20% from 255 or 45.49% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 212 - color contains mainly: red. Hex color #D48975 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48975 is #2B768A. Grayscale: #9D9D9D. Windows color (decimal): -2848395 or 7702996. OLE color: 7702996.

HSL color Cylindrical-coordinate representation of color #D48975: hue angle of 12.63º degrees, saturation: 0.52, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #D48975 is Cyan = 0, Magento = 0.35, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB212137117-
CMYK00.350.450.17
HSL12.63º52.49%64.51%-
HSV(B)12.63º44.81%83.14%-
XYZ39.3133.1721.16-
YUV157.14105.35167.13-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 45.49%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=45.49%
G=29.40%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213711700.350.450.1712.6352.4964.51
HexD489750232D11d3441
Octal32421116504355211564101
Binary1101010010001001111010101000111011011000111011101001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48975; }

 p { color: rgb(212,137,117); }

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

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

 a { background-color: rgb(212,137,117); }

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

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

 span { border-color: rgb(212,137,117); }

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