#DF7E6A

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

Shades of New York Pink #DF7E6A

Tints of New York Pink #DF7E6A

Color information

#DF7E6A (or 0xDF7E6A) is unknown color: approx New York Pink. HEX triplet: DF, 7E and 6A. RGB value is (223,126,106). Sum of RGB (Red+Green+Blue) = 223+126+106=455 (60% of max value = 765). Red value is 223 (87.5% from 255 or 49.01% from 455); Green value is 126 (49.61% from 255 or 27.69% from 455); Blue value is 106 (41.80% from 255 or 23.30% from 455); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E6A is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E6A is #208195. Grayscale: #989898. Windows color (decimal): -2130326 or 6979295. OLE color: 6979295.

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

Color convert

RGB223126106-
CMYK00.430.520.13
HSL10.26º64.64%64.51%-
HSV(B)10.26º52.47%87.45%-
XYZ40.4931.6517.61-
YUV152.72101.64178.13-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 49.01%
GREEN value IS 126 (49.61% from 255) = 27.69%
BLUE value IS 106 (41.80% from 255) = 23.30%
R=49.01%
G=27.69%
B=23.30%

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
Decimal22312610600.430.520.1310.2664.6464.51
HexDF7E6A02B34Da4141
Octal337176152053641512101101
Binary110111111111110110101001010111101001101101010000011000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E6A; }

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

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

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

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

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

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

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

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