#DD7F6C

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

Shades of New York Pink #DD7F6C

Tints of New York Pink #DD7F6C

Color information

#DD7F6C (or 0xDD7F6C) is unknown color: approx New York Pink. HEX triplet: DD, 7F and 6C. RGB value is (221,127,108). Sum of RGB (Red+Green+Blue) = 221+127+108=456 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.46% from 456); Green value is 127 (50% from 255 or 27.85% from 456); Blue value is 108 (42.58% from 255 or 23.68% from 456); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F6C is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F6C is #228093. Grayscale: #999999. Windows color (decimal): -2261140 or 7110621. OLE color: 7110621.

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

Color convert

RGB221127108-
CMYK00.430.510.13
HSL10.09º62.43%64.51%-
HSV(B)10.09º51.13%86.67%-
XYZ40.1131.6318.18-
YUV152.94102.64176.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.46%
GREEN value IS 127 (50% from 255) = 27.85%
BLUE value IS 108 (42.58% from 255) = 23.68%
R=48.46%
G=27.85%
B=23.68%

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
Decimal22112710800.430.510.1310.0962.4364.51
HexDD7F6C02B33Da3e41
Octal33517715405363151276101
Binary11011101111111111011000101011110011110110101111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F6C; }

 p { color: rgb(221,127,108); }

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

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

 a { background-color: rgb(221,127,108); }

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

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

 span { border-color: rgb(221,127,108); }

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