#dd8075

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

Shades of New York Pink #DD8075

Tints of New York Pink #DD8075

Color information

#DD8075 (or 0xDD8075) is unknown color: approx New York Pink. HEX triplet: DD, 80 and 75. RGB value is (221,128,117). Sum of RGB (Red+Green+Blue) = 221+128+117=466 (61% of max value = 765). Red value is 221 (86.72% from 255 or 47.42% from 466); Green value is 128 (50.39% from 255 or 27.47% from 466); Blue value is 117 (46.09% from 255 or 25.11% from 466); Max value from RGB is 221 - color contains mainly: red. Hex color #DD8075 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DD8075 is #227F8A. Grayscale: #9A9A9A. Windows color (decimal): -2260875 or 7700701. OLE color: 7700701.

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

Color convert

RGB221128117-
CMYK00.420.470.13
HSL6.35º60.47%66.27%-
HSV(B)6.35º47.06%86.67%-
XYZ40.7532.0920.88-
YUV154.55106.81175.39-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 47.42%
GREEN value IS 128 (50.39% from 255) = 27.47%
BLUE value IS 117 (46.09% from 255) = 25.11%
R=47.42%
G=27.47%
B=25.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.42
Y (Yellow) values IS 0.47
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112811700.420.470.136.3560.4766.27
HexDD807502A2FD63c42
Octal3352001650525715674102
Binary11011101100000001110101010101010111111011101111001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #dd8075

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #dd8075; }

 p { color: rgb(221,128,117); }

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

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

 a { background-color: rgb(221,128,117); }

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

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

 span { border-color: rgb(221,128,117); }

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