#D58472

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

Shades of New York Pink #D58472

Tints of New York Pink #D58472

Color information

#D58472 (or 0xD58472) is unknown color: approx New York Pink. HEX triplet: D5, 84 and 72. RGB value is (213,132,114). Sum of RGB (Red+Green+Blue) = 213+132+114=459 (60% of max value = 765). Red value is 213 (83.59% from 255 or 46.41% from 459); Green value is 132 (51.95% from 255 or 28.76% from 459); Blue value is 114 (44.92% from 255 or 24.84% from 459); Max value from RGB is 213 - color contains mainly: red. Hex color #D58472 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D58472 is #2A7B8D. Grayscale: #9A9A9A. Windows color (decimal): -2784142 or 7505109. OLE color: 7505109.

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

Color convert

RGB213132114-
CMYK00.380.460.16
HSL10.91º54.1%64.12%-
HSV(B)10.91º46.48%83.53%-
XYZ38.7331.8620.03-
YUV154.17105.34169.96-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 46.41%
GREEN value IS 132 (51.95% from 255) = 28.76%
BLUE value IS 114 (44.92% from 255) = 24.84%
R=46.41%
G=28.76%
B=24.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.46
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21313211400.380.460.1610.9154.164.12
HexD584720262E10b3640
Octal32520416204656201366100
Binary1101010110000100111001001001101011101000010111101101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D58472

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D58472; }

 p { color: rgb(213,132,114); }

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

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

 a { background-color: rgb(213,132,114); }

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

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

 span { border-color: rgb(213,132,114); }

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