#DD8178

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

Shades of New York Pink #DD8178

Tints of New York Pink #DD8178

Color information

#DD8178 (or 0xDD8178) is unknown color: approx New York Pink. HEX triplet: DD, 81 and 78. RGB value is (221,129,120). Sum of RGB (Red+Green+Blue) = 221+129+120=470 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.02% from 470); Green value is 129 (50.78% from 255 or 27.45% from 470); Blue value is 120 (47.27% from 255 or 25.53% from 470); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8178 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8178 is #227E87. Grayscale: #9B9B9B. Windows color (decimal): -2260616 or 7897565. OLE color: 7897565.

HSL color Cylindrical-coordinate representation of color #DD8178: hue angle of 5.35º 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 #DD8178 is Cyan = 0, Magento = 0.42, Yellow = 0.46 and Black (K on CMYK) = 0.13.

Color convert

RGB221129120-
CMYK00.420.460.13
HSL5.35º59.76%66.86%-
HSV(B)5.35º45.7%86.67%-
XYZ41.0632.4321.86-
YUV155.48107.98174.73-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.02%
GREEN value IS 129 (50.78% from 255) = 27.45%
BLUE value IS 120 (47.27% from 255) = 25.53%
R=47.02%
G=27.45%
B=25.53%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.46
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112912000.420.460.135.3559.7666.86
HexDD817802A2ED53c43
Octal3352011700525615574103
Binary11011101100000011111000010101010111011011011111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8178

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8178; }

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

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

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

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

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

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

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

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