#D48372

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

Shades of New York Pink #D48372

Tints of New York Pink #D48372

Color information

#D48372 (or 0xD48372) is unknown color: approx New York Pink. HEX triplet: D4, 83 and 72. RGB value is (212,131,114). Sum of RGB (Red+Green+Blue) = 212+131+114=457 (60% of max value = 765). Red value is 212 (83.20% from 255 or 46.39% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 114 (44.92% from 255 or 24.95% from 457); Max value from RGB is 212 - color contains mainly: red. Hex color #D48372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D48372 is #2B7C8D. Grayscale: #999999. Windows color (decimal): -2849934 or 7504852. OLE color: 7504852.

HSL color Cylindrical-coordinate representation of color #D48372: hue angle of 10.41º degrees, saturation: 0.53, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #D48372 is Cyan = 0, Magento = 0.38, Yellow = 0.46 and Black (K on CMYK) = 0.17.

Color convert

RGB212131114-
CMYK00.380.460.17
HSL10.41º53.26%63.92%-
HSV(B)10.41º46.23%83.14%-
XYZ38.331.4419.97-
YUV153.28105.84169.88-

RGB Variations

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

RGB

RED value IS 212 (83.20% from 255) = 46.39%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 114 (44.92% from 255) = 24.95%
R=46.39%
G=28.67%
B=24.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21213111400.380.460.1710.4153.2663.92
HexD483720262E11a3540
Octal32420316204656211265100
Binary1101010010000011111001001001101011101000110101101011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D48372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D48372; }

 p { color: rgb(212,131,114); }

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

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

 a { background-color: rgb(212,131,114); }

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

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

 span { border-color: rgb(212,131,114); }

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