#DD7E6E

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

Shades of New York Pink #DD7E6E

Tints of New York Pink #DD7E6E

Color information

#DD7E6E (or 0xDD7E6E) is unknown color: approx New York Pink. HEX triplet: DD, 7E and 6E. RGB value is (221,126,110). Sum of RGB (Red+Green+Blue) = 221+126+110=457 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.36% from 457); Green value is 126 (49.61% from 255 or 27.57% from 457); Blue value is 110 (43.36% from 255 or 24.07% from 457); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7E6E is #228191. Grayscale: #989898. Windows color (decimal): -2261394 or 7241437. OLE color: 7241437.

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

Color convert

RGB221126110-
CMYK00.430.500.13
HSL8.65º62.01%64.9%-
HSV(B)8.65º50.23%86.67%-
XYZ40.0931.4218.7-
YUV152.58103.97176.8-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.36%
GREEN value IS 126 (49.61% from 255) = 27.57%
BLUE value IS 110 (43.36% from 255) = 24.07%
R=48.36%
G=27.57%
B=24.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.50
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112611000.430.500.138.6562.0164.9
HexDD7E6E02B32D93e41
Octal33517615605362151176101
Binary11011101111111011011100101011110010110110011111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7E6E; }

 p { color: rgb(221,126,110); }

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

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

 a { background-color: rgb(221,126,110); }

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

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

 span { border-color: rgb(221,126,110); }

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