#D88470

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

Shades of New York Pink #D88470

Tints of New York Pink #D88470

Color information

#D88470 (or 0xD88470) is unknown color: approx New York Pink. HEX triplet: D8, 84 and 70. RGB value is (216,132,112). Sum of RGB (Red+Green+Blue) = 216+132+112=460 (60% of max value = 765). Red value is 216 (84.77% from 255 or 46.96% from 460); Green value is 132 (51.95% from 255 or 28.70% from 460); Blue value is 112 (44.14% from 255 or 24.35% from 460); Max value from RGB is 216 - color contains mainly: red. Hex color #D88470 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88470 is #277B8F. Grayscale: #9B9B9B. Windows color (decimal): -2587536 or 7374040. OLE color: 7374040.

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

Color convert

RGB216132112-
CMYK00.390.480.15
HSL11.54º57.14%64.31%-
HSV(B)11.54º48.15%84.71%-
XYZ39.4932.2719.48-
YUV154.84103.83171.63-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 46.96%
GREEN value IS 132 (51.95% from 255) = 28.70%
BLUE value IS 112 (44.14% from 255) = 24.35%
R=46.96%
G=28.70%
B=24.35%

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
Decimal21613211200.390.480.1511.5457.1464.31
HexD8847002730Fc3940
Octal33020416004760171471100
Binary110110001000010011100000100111110000111111001110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88470; }

 p { color: rgb(216,132,112); }

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

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

 a { background-color: rgb(216,132,112); }

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

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

 span { border-color: rgb(216,132,112); }

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