#DF7E6E

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

Shades of New York Pink #DF7E6E

Tints of New York Pink #DF7E6E

Color information

#DF7E6E (or 0xDF7E6E) is unknown color: approx New York Pink. HEX triplet: DF, 7E and 6E. RGB value is (223,126,110). Sum of RGB (Red+Green+Blue) = 223+126+110=459 (60% of max value = 765). Red value is 223 (87.5% from 255 or 48.58% from 459); Green value is 126 (49.61% from 255 or 27.45% from 459); Blue value is 110 (43.36% from 255 or 23.97% from 459); Max value from RGB is 223 - color contains mainly: red. Hex color #DF7E6E is not a web safe color. Web safe color analog (approx): #CC6666. Inversed color of #DF7E6E is #208191. Grayscale: #999999. Windows color (decimal): -2130322 or 7241439. OLE color: 7241439.

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

Color convert

RGB223126110-
CMYK00.430.510.13
HSL8.5º63.84%65.29%-
HSV(B)8.5º50.67%87.45%-
XYZ40.7131.7418.73-
YUV153.18103.64177.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 48.58%
GREEN value IS 126 (49.61% from 255) = 27.45%
BLUE value IS 110 (43.36% from 255) = 23.97%
R=48.58%
G=27.45%
B=23.97%

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
Decimal22312611000.430.510.138.563.8465.29
HexDF7E6E02B33D84041
Octal337176156053631510100101
Binary110111111111110110111001010111100111101100010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF7E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF7E6E; }

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

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

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

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

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

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

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

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