#D88070

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

Shades of New York Pink #D88070

Tints of New York Pink #D88070

Color information

#D88070 (or 0xD88070) is unknown color: approx New York Pink. HEX triplet: D8, 80 and 70. RGB value is (216,128,112). Sum of RGB (Red+Green+Blue) = 216+128+112=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 128 (50.39% from 255 or 28.07% from 456); Blue value is 112 (44.14% from 255 or 24.56% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D88070 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88070 is #277F8F. Grayscale: #989898. Windows color (decimal): -2588560 or 7373016. OLE color: 7373016.

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

Color convert

RGB216128112-
CMYK00.410.480.15
HSL9.23º57.14%64.31%-
HSV(B)9.23º48.15%84.71%-
XYZ38.9631.2119.3-
YUV152.49105.15173.3-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 47.37%
GREEN value IS 128 (50.39% from 255) = 28.07%
BLUE value IS 112 (44.14% from 255) = 24.56%
R=47.37%
G=28.07%
B=24.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.41
Y (Yellow) values IS 0.48
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21612811200.410.480.159.2357.1464.31
HexD8807002930F93940
Octal33020016005160171171100
Binary110110001000000011100000101001110000111110011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88070

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88070; }

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

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

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

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

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

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

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

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