#DD8578

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

Shades of New York Pink #DD8578

Tints of New York Pink #DD8578

Color information

#DD8578 (or 0xDD8578) is unknown color: approx New York Pink. HEX triplet: DD, 85 and 78. RGB value is (221,133,120). Sum of RGB (Red+Green+Blue) = 221+133+120=474 (62% of max value = 765). Red value is 221 (86.72% from 255 or 46.62% from 474); Green value is 133 (52.34% from 255 or 28.06% from 474); Blue value is 120 (47.27% from 255 or 25.32% from 474); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8578 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8578 is #227A87. Grayscale: #9D9D9D. Windows color (decimal): -2259592 or 7898589. OLE color: 7898589.

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

Color convert

RGB221133120-
CMYK00.400.460.13
HSL7.72º59.76%66.86%-
HSV(B)7.72º45.7%86.67%-
XYZ41.633.522.04-
YUV157.83106.65173.06-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 46.62%
GREEN value IS 133 (52.34% from 255) = 28.06%
BLUE value IS 120 (47.27% from 255) = 25.32%
R=46.62%
G=28.06%
B=25.32%

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
Decimal22113312000.400.460.137.7259.7666.86
HexDD85780282ED83c43
Octal33520517005056151074103
Binary110111011000010111110000101000101110110110001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD8578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD8578; }

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

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

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

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

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

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

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

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