#DF7E69

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

Shades of New York Pink #DF7E69

Tints of New York Pink #DF7E69

Color information

#DF7E69 (or 0xDF7E69) is unknown color: approx New York Pink. HEX triplet: DF, 7E and 69. RGB value is (223,126,105). Sum of RGB (Red+Green+Blue) = 223+126+105=454 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.12% from 454); Green value is 126 (49.61% from 255 or 27.75% from 454); Blue value is 105 (41.41% from 255 or 23.13% from 454); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E69 is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E69 is #208196. Grayscale: #989898. Windows color (decimal): -2130327 or 6913759. OLE color: 6913759.

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

Color convert

RGB223126105-
CMYK00.430.530.13
HSL10.68º64.84%64.31%-
HSV(B)10.68º52.91%87.45%-
XYZ40.4431.6317.34-
YUV152.61101.14178.21-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.12%
GREEN value IS 126 (49.61% from 255) = 27.75%
BLUE value IS 105 (41.41% from 255) = 23.13%
R=49.12%
G=27.75%
B=23.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.53
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22312610500.430.530.1310.6864.8464.31
HexDF7E6902B35Db4140
Octal337176151053651513101100
Binary110111111111110110100101010111101011101101110000011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E69; }

 p { color: rgb(223,126,105); }

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

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

 a { background-color: rgb(223,126,105); }

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

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

 span { border-color: rgb(223,126,105); }

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