#D88371

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

Shades of New York Pink #D88371

Tints of New York Pink #D88371

Color information

#D88371 (or 0xD88371) is unknown color: approx New York Pink. HEX triplet: D8, 83 and 71. RGB value is (216,131,113). Sum of RGB (Red+Green+Blue) = 216+131+113=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 131 (51.56% from 255 or 28.48% from 460); Blue value is 113 (44.53% from 255 or 24.57% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D88371 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88371 is #277C8E. Grayscale: #9A9A9A. Windows color (decimal): -2587791 or 7439320. OLE color: 7439320.

HSL color Cylindrical-coordinate representation of color #D88371: hue angle of 10.49º degrees, saturation: 0.57, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #D88371 is Cyan = 0, Magento = 0.39, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216131113-
CMYK00.390.480.15
HSL10.49º56.91%64.51%-
HSV(B)10.49º47.69%84.71%-
XYZ39.4232.0219.73-
YUV154.36104.66171.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.96%
GREEN value IS 131 (51.56% from 255) = 28.48%
BLUE value IS 113 (44.53% from 255) = 24.57%
R=46.96%
G=28.48%
B=24.57%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.39
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613111300.390.480.1510.4956.9164.51
HexD8837102730Fa3941
Octal33020316104760171271101
Binary110110001000001111100010100111110000111110101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88371; }

 p { color: rgb(216,131,113); }

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

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

 a { background-color: rgb(216,131,113); }

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

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

 span { border-color: rgb(216,131,113); }

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