#DD7F69

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

Shades of New York Pink #DD7F69

Tints of New York Pink #DD7F69

Color information

#DD7F69 (or 0xDD7F69) is unknown color: approx New York Pink. HEX triplet: DD, 7F and 69. RGB value is (221,127,105). Sum of RGB (Red+Green+Blue) = 221+127+105=453 (60% of max value = 765). Red value is 221 (86.72% from 255 or 48.79% from 453); Green value is 127 (50% from 255 or 28.04% from 453); Blue value is 105 (41.41% from 255 or 23.18% from 453); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7F69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DD7F69 is #228096. Grayscale: #989898. Windows color (decimal): -2261143 or 6914013. OLE color: 6914013.

HSL color Cylindrical-coordinate representation of color #DD7F69: hue angle of 11.38º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #DD7F69 is Cyan = 0, Magento = 0.43, Yellow = 0.52 and Black (K on CMYK) = 0.13.

Color convert

RGB221127105-
CMYK00.430.520.13
HSL11.38º63.04%63.92%-
HSV(B)11.38º52.49%86.67%-
XYZ39.9631.5717.35-
YUV152.6101.14176.79-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 48.79%
GREEN value IS 127 (50% from 255) = 28.04%
BLUE value IS 105 (41.41% from 255) = 23.18%
R=48.79%
G=28.04%
B=23.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.52
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112710500.430.520.1311.3863.0463.92
HexDD7F6902B34Db3f40
Octal33517715105364151377100
Binary11011101111111111010010101011110100110110111111111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7F69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7F69; }

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

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

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

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

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

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

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

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