#D28372

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

Shades of New York Pink #D28372

Tints of New York Pink #D28372

Color information

#D28372 (or 0xD28372) is unknown color: approx New York Pink. HEX triplet: D2, 83 and 72. RGB value is (210,131,114). Sum of RGB (Red+Green+Blue) = 210+131+114=455 (60% of max value = 765). Red value is 210 (82.42% from 255 or 46.15% from 455); Green value is 131 (51.56% from 255 or 28.79% from 455); Blue value is 114 (44.92% from 255 or 25.05% from 455); Max value from RGB is 210 - color contains mainly: red. Hex color #D28372 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D28372 is #2D7C8D. Grayscale: #989898. Windows color (decimal): -2981006 or 7504850. OLE color: 7504850.

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

Color convert

RGB210131114-
CMYK00.380.460.18
HSL10.63º51.61%63.53%-
HSV(B)10.63º45.71%82.35%-
XYZ37.7331.1519.94-
YUV152.68106.17168.88-

RGB Variations

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

RGB

RED value IS 210 (82.42% from 255) = 46.15%
GREEN value IS 131 (51.56% from 255) = 28.79%
BLUE value IS 114 (44.92% from 255) = 25.05%
R=46.15%
G=28.79%
B=25.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal21013111400.380.460.1810.6351.6163.53
HexD283720262E12b3440
Octal32220316204656221364100
Binary1101001010000011111001001001101011101001010111101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D28372

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D28372; }

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

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

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

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

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

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

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

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