#D38175

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

Shades of New York Pink #D38175

Tints of New York Pink #D38175

Color information

#D38175 (or 0xD38175) is unknown color: approx New York Pink. HEX triplet: D3, 81 and 75. RGB value is (211,129,117). Sum of RGB (Red+Green+Blue) = 211+129+117=457 (60% of max value = 765). Red value is 211 (82.81% from 255 or 46.17% from 457); Green value is 129 (50.78% from 255 or 28.23% from 457); Blue value is 117 (46.09% from 255 or 25.60% from 457); Max value from RGB is 211 - color contains mainly: red. Hex color #D38175 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D38175 is #2C7E8A. Grayscale: #989898. Windows color (decimal): -2915979 or 7700947. OLE color: 7700947.

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

Color convert

RGB211129117-
CMYK00.390.450.17
HSL7.66º51.65%64.31%-
HSV(B)7.66º44.55%82.75%-
XYZ37.9330.8320.78-
YUV152.15108.17169.98-

RGB Variations

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

RGB

RED value IS 211 (82.81% from 255) = 46.17%
GREEN value IS 129 (50.78% from 255) = 28.23%
BLUE value IS 117 (46.09% from 255) = 25.60%
R=46.17%
G=28.23%
B=25.60%

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
Decimal21112911700.390.450.177.6651.6564.31
HexD381750272D1183440
Octal32320116504755211064100
Binary1101001110000001111010101001111011011000110001101001000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D38175

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D38175; }

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

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

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

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

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

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

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

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