#D38173

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

Shades of New York Pink #D38173

Tints of New York Pink #D38173

Color information

#D38173 (or 0xD38173) is unknown color: approx New York Pink. HEX triplet: D3, 81 and 73. RGB value is (211,129,115). Sum of RGB (Red+Green+Blue) = 211+129+115=455 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.37% from 455); Green value is 129 (50.78% from 255 or 28.35% from 455); Blue value is 115 (45.31% from 255 or 25.27% from 455); Max value from RGB is 211 - color contains mainly: red. Hex color #D38173 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38173 is #2C7E8C. Grayscale: #989898. Windows color (decimal): -2915981 or 7569875. OLE color: 7569875.

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

Color convert

RGB211129115-
CMYK00.390.450.17
HSL8.75º52.17%63.92%-
HSV(B)8.75º45.5%82.75%-
XYZ37.8130.7920.17-
YUV151.92107.17170.14-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.37%
GREEN value IS 129 (50.78% from 255) = 28.35%
BLUE value IS 115 (45.31% from 255) = 25.27%
R=46.37%
G=28.35%
B=25.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21112911500.390.450.178.7552.1763.92
HexD381730272D1193440
Octal32320116304755211164100
Binary1101001110000001111001101001111011011000110011101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38173

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38173; }

 p { color: rgb(211,129,115); }

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

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

 a { background-color: rgb(211,129,115); }

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

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

 span { border-color: rgb(211,129,115); }

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