#D38373

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

Shades of New York Pink #D38373

Tints of New York Pink #D38373

Color information

#D38373 (or 0xD38373) is unknown color: approx New York Pink. HEX triplet: D3, 83 and 73. RGB value is (211,131,115). Sum of RGB (Red+Green+Blue) = 211+131+115=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 131 (51.56% from 255 or 28.67% from 457); Blue value is 115 (45.31% from 255 or 25.16% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D38373 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38373 is #2C7C8C. Grayscale: #999999. Windows color (decimal): -2915469 or 7570387. OLE color: 7570387.

HSL color Cylindrical-coordinate representation of color #D38373: hue angle of 10º 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 #D38373 is Cyan = 0, Magento = 0.38, Yellow = 0.45 and Black (K on CMYK) = 0.17.

Color convert

RGB211131115-
CMYK00.380.450.17
HSL10º52.17%63.92%-
HSV(B)10º45.5%82.75%-
XYZ38.0731.3220.26-
YUV153.1106.5169.3-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.17%
GREEN value IS 131 (51.56% from 255) = 28.67%
BLUE value IS 115 (45.31% from 255) = 25.16%
R=46.17%
G=28.67%
B=25.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.45
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal21113111500.380.450.171052.1763.92
HexD383730262D11a3440
Octal32320316304655211264100
Binary1101001110000011111001101001101011011000110101101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38373

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38373; }

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

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

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

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

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

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

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

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