#DD7D6D

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

Shades of New York Pink #DD7D6D

Tints of New York Pink #DD7D6D

Color information

#DD7D6D (or 0xDD7D6D) is unknown color: approx New York Pink. HEX triplet: DD, 7D and 6D. RGB value is (221,125,109). Sum of RGB (Red+Green+Blue) = 221+125+109=455 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.57% from 455); Green value is 125 (49.22% from 255 or 27.47% from 455); Blue value is 109 (42.97% from 255 or 23.96% from 455); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D6D is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7D6D is #228292. Grayscale: #989898. Windows color (decimal): -2261651 or 7175645. OLE color: 7175645.

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

Color convert

RGB221125109-
CMYK00.430.510.13
HSL8.57º62.22%64.71%-
HSV(B)8.57º50.68%86.67%-
XYZ39.9131.1418.38-
YUV151.88103.8177.3-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.57%
GREEN value IS 125 (49.22% from 255) = 27.47%
BLUE value IS 109 (42.97% from 255) = 23.96%
R=48.57%
G=27.47%
B=23.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.51
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112510900.430.510.138.5762.2264.71
HexDD7D6D02B33D93e41
Octal33517515505363151176101
Binary11011101111110111011010101011110011110110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D6D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D6D; }

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

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

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

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

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

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

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

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