#DD8478

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

Shades of New York Pink #DD8478

Tints of New York Pink #DD8478

Color information

#DD8478 (or 0xDD8478) is unknown color: approx New York Pink. HEX triplet: DD, 84 and 78. RGB value is (221,132,120). Sum of RGB (Red+Green+Blue) = 221+132+120=473 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.72% from 473); Green value is 132 (51.95% from 255 or 27.91% from 473); Blue value is 120 (47.27% from 255 or 25.37% from 473); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8478 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8478 is #227B87. Grayscale: #9D9D9D. Windows color (decimal): -2259848 or 7898333. OLE color: 7898333.

HSL color Cylindrical-coordinate representation of color #DD8478: hue angle of 7.13º degrees, saturation: 0.6, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DD8478 is Cyan = 0, Magento = 0.40, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221132120-
CMYK00.400.460.13
HSL7.13º59.76%66.86%-
HSV(B)7.13º45.7%86.67%-
XYZ41.4633.2322-
YUV157.24106.99173.48-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.72%
GREEN value IS 132 (51.95% from 255) = 27.91%
BLUE value IS 120 (47.27% from 255) = 25.37%
R=46.72%
G=27.91%
B=25.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113212000.400.460.137.1359.7666.86
HexDD84780282ED73c43
Octal3352041700505615774103
Binary11011101100001001111000010100010111011011111111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8478

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8478; }

 p { color: rgb(221,132,120); }

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

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

 a { background-color: rgb(221,132,120); }

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

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

 span { border-color: rgb(221,132,120); }

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