#dd8573

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

Shades of New York Pink #DD8573

Tints of New York Pink #DD8573

Color information

#DD8573 (or 0xDD8573) is unknown color: approx New York Pink. HEX triplet: DD, 85 and 73. RGB value is (221,133,115). Sum of RGB (Red+Green+Blue) = 221+133+115=469 (62% of max value = 765). Red value is 221 (86.72% from 255 or 47.12% from 469); Green value is 133 (52.34% from 255 or 28.36% from 469); Blue value is 115 (45.31% from 255 or 24.52% from 469); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8573 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8573 is #227A8C. Grayscale: #9D9D9D. Windows color (decimal): -2259597 or 7570909. OLE color: 7570909.

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

Color convert

RGB221133115-
CMYK00.400.480.13
HSL10.19º60.92%65.88%-
HSV(B)10.19º47.96%86.67%-
XYZ41.333.3920.49-
YUV157.26104.15173.46-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.12%
GREEN value IS 133 (52.34% from 255) = 28.36%
BLUE value IS 115 (45.31% from 255) = 24.52%
R=47.12%
G=28.36%
B=24.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.48
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22113311500.400.480.1310.1960.9265.88
HexDD857302830Da3d42
Octal33520516305060151275102
Binary110111011000010111100110101000110000110110101111011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8573

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8573; }

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

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

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

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

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

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

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

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