#D08375

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

Shades of New York Pink #D08375

Tints of New York Pink #D08375

Color information

#D08375 (or 0xD08375) is unknown color: approx New York Pink. HEX triplet: D0, 83 and 75. RGB value is (208,131,117). Sum of RGB (Red+Green+Blue) = 208+131+117=456 (60% of max value = 765). Red value is 208 (81.64% from 255 or 45.61% from 456); Green value is 131 (51.56% from 255 or 28.73% from 456); Blue value is 117 (46.09% from 255 or 25.66% from 456); Max value from RGB is 208 - color contains mainly: red. Hex color #D08375 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08375 is #2F7C8A. Grayscale: #989898. Windows color (decimal): -3112075 or 7701456. OLE color: 7701456.

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

Color convert

RGB208131117-
CMYK00.370.440.18
HSL9.23º49.19%63.73%-
HSV(B)9.23º43.75%81.57%-
XYZ37.3430.9320.83-
YUV152.43108.01167.64-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.61%
GREEN value IS 131 (51.56% from 255) = 28.73%
BLUE value IS 117 (46.09% from 255) = 25.66%
R=45.61%
G=28.73%
B=25.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.44
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813111700.370.440.189.2349.1963.73
HexD083750252C1293140
Octal32020316504554221161100
Binary1101000010000011111010101001011011001001010011100011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08375

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08375; }

 p { color: rgb(208,131,117); }

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

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

 a { background-color: rgb(208,131,117); }

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

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

 span { border-color: rgb(208,131,117); }

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