#D88971

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

Shades of New York Pink #D88971

Tints of New York Pink #D88971

Color information

#D88971 (or 0xD88971) is unknown color: approx New York Pink. HEX triplet: D8, 89 and 71. RGB value is (216,137,113). Sum of RGB (Red+Green+Blue) = 216+137+113=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 137 (53.91% from 255 or 29.40% from 466); Blue value is 113 (44.53% from 255 or 24.25% from 466); Max value from RGB is 216 - color contains mainly: red. Hex color #D88971 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88971 is #27768E. Grayscale: #9E9E9E. Windows color (decimal): -2586255 or 7440856. OLE color: 7440856.

HSL color Cylindrical-coordinate representation of color #D88971: hue angle of 13.98º 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 #D88971 is Cyan = 0, Magento = 0.37, Yellow = 0.48 and Black (K on CMYK) = 0.15.

Color convert

RGB216137113-
CMYK00.370.480.15
HSL13.98º56.91%64.51%-
HSV(B)13.98º47.69%84.71%-
XYZ40.2533.6820-
YUV157.88102.67169.45-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.35%
GREEN value IS 137 (53.91% from 255) = 29.40%
BLUE value IS 113 (44.53% from 255) = 24.25%
R=46.35%
G=29.40%
B=24.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613711300.370.480.1513.9856.9164.51
HexD8897102530Fe3941
Octal33021116104560171671101
Binary110110001000100111100010100101110000111111101110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88971

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88971; }

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

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

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

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

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

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

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

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