#D88871

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

Shades of New York Pink #D88871

Tints of New York Pink #D88871

Color information

#D88871 (or 0xD88871) is unknown color: approx New York Pink. HEX triplet: D8, 88 and 71. RGB value is (216,136,113). Sum of RGB (Red+Green+Blue) = 216+136+113=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 113 (44.53% from 255 or 24.30% from 465); Max value from RGB is 216 - color contains mainly: red. Hex color #D88871 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88871 is #27778E. Grayscale: #9D9D9D. Windows color (decimal): -2586511 or 7440600. OLE color: 7440600.

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

Color convert

RGB216136113-
CMYK00.370.480.15
HSL13.4º56.91%64.51%-
HSV(B)13.4º47.69%84.71%-
XYZ40.133.419.96-
YUV157.3103169.87-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.45%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 113 (44.53% from 255) = 24.30%
R=46.45%
G=29.25%
B=24.30%

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
Decimal21613611300.370.480.1513.456.9164.51
HexD8887102530Fd3941
Octal33021016104560171571101
Binary110110001000100011100010100101110000111111011110011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88871

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88871; }

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

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

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

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

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

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

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

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