#DD7A6D

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

Shades of New York Pink #DD7A6D

Tints of New York Pink #DD7A6D

Color information

#DD7A6D (or 0xDD7A6D) is unknown color: approx New York Pink. HEX triplet: DD, 7A and 6D. RGB value is (221,122,109). Sum of RGB (Red+Green+Blue) = 221+122+109=452 (59% of max value = 765). Red value is 221 (86.72% from 255 or 48.89% from 452); Green value is 122 (48.05% from 255 or 26.99% from 452); Blue value is 109 (42.97% from 255 or 24.12% from 452); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7A6D is #228592. Grayscale: #969696. Windows color (decimal): -2262419 or 7174877. OLE color: 7174877.

HSL color Cylindrical-coordinate representation of color #DD7A6D: hue angle of 6.96º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #DD7A6D is Cyan = 0, Magento = 0.45, Yellow = 0.51 and Black (K on CMYK) = 0.13.

Color convert

RGB221122109-
CMYK00.450.510.13
HSL6.96º62.22%64.71%-
HSV(B)6.96º50.68%86.67%-
XYZ39.5430.418.25-
YUV150.12104.8178.56-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.89%
GREEN value IS 122 (48.05% from 255) = 26.99%
BLUE value IS 109 (42.97% from 255) = 24.12%
R=48.89%
G=26.99%
B=24.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112210900.450.510.136.9662.2264.71
HexDD7A6D02D33D73e41
Octal3351721550556315776101
Binary1101110111110101101101010110111001111011111111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A6D; }

 p { color: rgb(221,122,109); }

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

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

 a { background-color: rgb(221,122,109); }

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

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

 span { border-color: rgb(221,122,109); }

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